Home
last modified time | relevance | path

Searched refs:RHSOPT (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DASTContext.cpp6847 const ObjCObjectPointerType *RHSOPT) { in canAssignObjCInterfaces() argument
6849 const ObjCObjectType* RHS = RHSOPT->getObjectType(); in canAssignObjCInterfaces()
6867 return canAssignObjCInterfaces(RHSOPT->stripObjCKindOfTypeAndQuals(*this), in canAssignObjCInterfaces()
6873 QualType(RHSOPT,0), in canAssignObjCInterfaces()
6879 QualType(RHSOPT,0))); in canAssignObjCInterfaces()
6897 const ObjCObjectPointerType *RHSOPT, in canAssignObjCInterfacesInBlockPointer() argument
6906 const ObjCObjectPointerType *Expected = BlockReturnType ? RHSOPT : LHSOPT; in canAssignObjCInterfacesInBlockPointer()
6913 RHSOPT->stripObjCKindOfTypeAndQuals(*this), in canAssignObjCInterfacesInBlockPointer()
6918 if (RHSOPT->isObjCBuiltinType() || LHSOPT->isObjCIdType()) in canAssignObjCInterfacesInBlockPointer()
6922 return finish(RHSOPT->isObjCBuiltinType() || in canAssignObjCInterfacesInBlockPointer()
[all …]
/external/clang/include/clang/AST/
DASTContext.h2229 const ObjCObjectPointerType *RHSOPT);
2234 const ObjCObjectPointerType *RHSOPT,
2238 const ObjCObjectPointerType *RHSOPT);
/external/clang/lib/Sema/
DSemaExpr.cpp6408 const ObjCObjectPointerType *RHSOPT = RHSTy->castAs<ObjCObjectPointerType>(); in FindCompositeObjCPointerType() local
6425 Context.areCommonBaseCompatible(LHSOPT, RHSOPT)).isNull()) { in FindCompositeObjCPointerType()
6427 } else if (Context.canAssignObjCInterfaces(LHSOPT, RHSOPT)) { in FindCompositeObjCPointerType()
6428 compositeType = RHSOPT->isObjCBuiltinType() ? RHSTy : LHSTy; in FindCompositeObjCPointerType()
6429 } else if (Context.canAssignObjCInterfaces(RHSOPT, LHSOPT)) { in FindCompositeObjCPointerType()