Home | History | Annotate | Download | only in AST

Lines Matching refs:canAssignObjCInterfaces

6374 /// canAssignObjCInterfaces - Return true if the two interface types are
6378 bool ASTContext::canAssignObjCInterfaces(const ObjCObjectPointerType *LHSOPT,
6399 return canAssignObjCInterfaces(LHS, RHS);
6502 if (canAssignObjCInterfaces(LHS, RHS)) {
6517 bool ASTContext::canAssignObjCInterfaces(const ObjCObjectType *LHS,
6605 return canAssignObjCInterfaces(LHSOPT, RHSOPT) ||
6606 canAssignObjCInterfaces(RHSOPT, LHSOPT);
6610 return canAssignObjCInterfaces(
7099 if (canAssignObjCInterfaces(LHSIface, RHSIface))
7113 if (canAssignObjCInterfaces(LHS->getAs<ObjCObjectPointerType>(),