Home | History | Annotate | Download | only in AST

Lines Matching refs:canAssignObjCInterfaces

8902 /// canAssignObjCInterfaces - Return true if the two interface types are
8905 bool ASTContext::canAssignObjCInterfaces(const ObjCObjectPointerType *LHSOPT,
8925 return canAssignObjCInterfaces(RHSOPT->stripObjCKindOfTypeAndQuals(*this),
8947 return finish(canAssignObjCInterfaces(LHS, RHS));
9097 return ctx.canAssignObjCInterfaces(lhsOPT, rhsOPT);
9275 bool ASTContext::canAssignObjCInterfaces(const ObjCObjectType *LHS,
9345 return canAssignObjCInterfaces(LHSOPT, RHSOPT) ||
9346 canAssignObjCInterfaces(RHSOPT, LHSOPT);
9350 return canAssignObjCInterfaces(
9919 if (canAssignObjCInterfaces(LHS->castAs<ObjCObjectType>(),
9932 if (canAssignObjCInterfaces(LHS->castAs<ObjCObjectPointerType>(),