Searched refs:RHSOPT (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 10240 const ObjCObjectPointerType *RHSOPT) { in canAssignObjCInterfaces() argument 10242 const ObjCObjectType* RHS = RHSOPT->getObjectType(); in canAssignObjCInterfaces() 10259 return canAssignObjCInterfaces(RHSOPT->stripObjCKindOfTypeAndQuals(*this), in canAssignObjCInterfaces() 10266 return finish(ObjCQualifiedIdTypesAreCompatible(LHSOPT, RHSOPT, false)); in canAssignObjCInterfaces() 10271 return finish(ObjCQualifiedClassTypesAreCompatible(LHSOPT, RHSOPT)); in canAssignObjCInterfaces() 10294 const ObjCObjectPointerType *RHSOPT, in canAssignObjCInterfacesInBlockPointer() argument 10303 const ObjCObjectPointerType *Expected = BlockReturnType ? RHSOPT : LHSOPT; in canAssignObjCInterfacesInBlockPointer() 10310 RHSOPT->stripObjCKindOfTypeAndQuals(*this), in canAssignObjCInterfacesInBlockPointer() 10315 if (RHSOPT->isObjCBuiltinType() || LHSOPT->isObjCIdType()) in canAssignObjCInterfacesInBlockPointer() 10319 return finish(RHSOPT->isObjCBuiltinType() || in canAssignObjCInterfacesInBlockPointer() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 4986 const ObjCObjectPointerType *RHSOPT = in FindCompositeObjCPointerType() local 5003 if (!(compositeType = Context.areCommonBaseCompatible(LHSOPT, RHSOPT)) in FindCompositeObjCPointerType() 5006 } else if (Context.canAssignObjCInterfaces(LHSOPT, RHSOPT)) { in FindCompositeObjCPointerType() 5007 compositeType = RHSOPT->isObjCBuiltinType() ? RHSTy : LHSTy; in FindCompositeObjCPointerType() 5008 } else if (Context.canAssignObjCInterfaces(RHSOPT, LHSOPT)) { in FindCompositeObjCPointerType() 5011 RHSOPT->isObjCQualifiedIdType()) && in FindCompositeObjCPointerType() 5012 Context.ObjCQualifiedIdTypesAreCompatible(LHSOPT, RHSOPT, in FindCompositeObjCPointerType()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 2976 const ObjCObjectPointerType *RHSOPT); 2981 const ObjCObjectPointerType *RHSOPT, 2985 const ObjCObjectPointerType *RHSOPT);
|