Lines Matching defs:canAssignObjCInterfaces
10236 /// canAssignObjCInterfaces - Return true if the two interface types are
10239 bool ASTContext::canAssignObjCInterfaces(const ObjCObjectPointerType *LHSOPT,
10259 return canAssignObjCInterfaces(RHSOPT->stripObjCKindOfTypeAndQuals(*this),
10281 return finish(canAssignObjCInterfaces(LHS, RHS));
10427 return ctx.canAssignObjCInterfaces(lhsOPT, rhsOPT);
10608 bool ASTContext::canAssignObjCInterfaces(const ObjCObjectType *LHS,
10678 return canAssignObjCInterfaces(LHSOPT, RHSOPT) ||
10679 canAssignObjCInterfaces(RHSOPT, LHSOPT);
10683 return canAssignObjCInterfaces(
11312 if (canAssignObjCInterfaces(LHS->castAs<ObjCObjectType>(),
11325 if (canAssignObjCInterfaces(LHS->castAs<ObjCObjectPointerType>(),