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

/external/clang/lib/AST/
H A DASTContext.cpp6847 const ObjCObjectPointerType *RHSOPT) {
6849 const ObjCObjectType* RHS = RHSOPT->getObjectType();
6867 return canAssignObjCInterfaces(RHSOPT->stripObjCKindOfTypeAndQuals(*this),
6873 QualType(RHSOPT,0),
6879 QualType(RHSOPT,0)));
6897 const ObjCObjectPointerType *RHSOPT,
6906 const ObjCObjectPointerType *Expected = BlockReturnType ? RHSOPT : LHSOPT;
6913 RHSOPT->stripObjCKindOfTypeAndQuals(*this),
6918 if (RHSOPT->isObjCBuiltinType() || LHSOPT->isObjCIdType())
6922 return finish(RHSOPT
6846 canAssignObjCInterfaces(const ObjCObjectPointerType *LHSOPT, const ObjCObjectPointerType *RHSOPT) argument
6895 canAssignObjCInterfacesInBlockPointer( const ObjCObjectPointerType *LHSOPT, const ObjCObjectPointerType *RHSOPT, bool BlockReturnType) argument
6960 getIntersectionOfProtocols(ASTContext &Context, const ObjCInterfaceDecl *CommonBase, const ObjCObjectPointerType *LHSOPT, const ObjCObjectPointerType *RHSOPT, SmallVectorImpl<ObjCProtocolDecl *> &IntersectionSet) argument
7261 const ObjCObjectPointerType *RHSOPT = RHS->getAs<ObjCObjectPointerType>(); local
[all...]
/external/clang/include/clang/AST/
H A DASTContext.h2229 const ObjCObjectPointerType *RHSOPT);
2234 const ObjCObjectPointerType *RHSOPT,
2238 const ObjCObjectPointerType *RHSOPT);
/external/clang/lib/Sema/
H A DSemaExpr.cpp6408 const ObjCObjectPointerType *RHSOPT = RHSTy->castAs<ObjCObjectPointerType>(); local
6425 Context.areCommonBaseCompatible(LHSOPT, RHSOPT)).isNull()) {
6427 } else if (Context.canAssignObjCInterfaces(LHSOPT, RHSOPT)) {
6428 compositeType = RHSOPT->isObjCBuiltinType() ? RHSTy : LHSTy;
6429 } else if (Context.canAssignObjCInterfaces(RHSOPT, LHSOPT)) {

Completed in 118 milliseconds