Searched refs:RHSOPT (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | ASTContext.cpp | 6629 const ObjCObjectPointerType *RHSOPT) { in canAssignObjCInterfaces() argument 6631 const ObjCObjectType* RHS = RHSOPT->getObjectType(); in canAssignObjCInterfaces() 6640 QualType(RHSOPT,0), in canAssignObjCInterfaces() 6645 QualType(RHSOPT,0)); in canAssignObjCInterfaces() 6661 const ObjCObjectPointerType *RHSOPT, in canAssignObjCInterfacesInBlockPointer() argument 6663 if (RHSOPT->isObjCBuiltinType() || LHSOPT->isObjCIdType()) in canAssignObjCInterfacesInBlockPointer() 6667 return RHSOPT->isObjCBuiltinType() || RHSOPT->isObjCQualifiedIdType(); in canAssignObjCInterfacesInBlockPointer() 6670 if (LHSOPT->isObjCQualifiedIdType() || RHSOPT->isObjCQualifiedIdType()) in canAssignObjCInterfacesInBlockPointer() 6672 QualType(RHSOPT,0), in canAssignObjCInterfacesInBlockPointer() 6676 const ObjCInterfaceType* RHS = RHSOPT->getInterfaceType(); in canAssignObjCInterfacesInBlockPointer() [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | ASTContext.h | 1980 const ObjCObjectPointerType *RHSOPT); 1985 const ObjCObjectPointerType *RHSOPT, 1989 const ObjCObjectPointerType *RHSOPT);
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaExpr.cpp | 5686 const ObjCObjectPointerType *RHSOPT = RHSTy->castAs<ObjCObjectPointerType>(); in FindCompositeObjCPointerType() local 5702 if (Context.canAssignObjCInterfaces(LHSOPT, RHSOPT)) { in FindCompositeObjCPointerType() 5703 compositeType = RHSOPT->isObjCBuiltinType() ? RHSTy : LHSTy; in FindCompositeObjCPointerType() 5704 } else if (Context.canAssignObjCInterfaces(RHSOPT, LHSOPT)) { in FindCompositeObjCPointerType() 5717 Context.areCommonBaseCompatible(LHSOPT, RHSOPT)).isNull()) in FindCompositeObjCPointerType()
|