Lines Matching defs:canAssignObjCInterfaces
10644 /// canAssignObjCInterfaces - Return true if the two interface types are
10647 bool ASTContext::canAssignObjCInterfaces(const ObjCObjectPointerType *LHSOPT,
10667 return canAssignObjCInterfaces(RHSOPT->stripObjCKindOfTypeAndQuals(*this),
10689 return finish(canAssignObjCInterfaces(LHS, RHS));
10835 return ctx.canAssignObjCInterfaces(lhsOPT, rhsOPT);
11016 bool ASTContext::canAssignObjCInterfaces(const ObjCObjectType *LHS,
11086 return canAssignObjCInterfaces(LHSOPT, RHSOPT) ||
11087 canAssignObjCInterfaces(RHSOPT, LHSOPT);
11091 return canAssignObjCInterfaces(
11720 if (canAssignObjCInterfaces(LHS->castAs<ObjCObjectType>(),
11733 if (canAssignObjCInterfaces(LHS->castAs<ObjCObjectPointerType>(),