Home | History | Annotate | Download | only in AST

Lines Matching refs:canAssignObjCInterfaces

5378 /// canAssignObjCInterfaces - Return true if the two interface types are
5382 bool ASTContext::canAssignObjCInterfaces(const ObjCObjectPointerType *LHSOPT,
5403 return canAssignObjCInterfaces(LHS, RHS);
5506 if (canAssignObjCInterfaces(LHS, RHS)) {
5521 bool ASTContext::canAssignObjCInterfaces(const ObjCObjectType *LHS,
5609 return canAssignObjCInterfaces(LHSOPT, RHSOPT) ||
5610 canAssignObjCInterfaces(RHSOPT, LHSOPT);
5614 return canAssignObjCInterfaces(
6098 if (canAssignObjCInterfaces(LHSIface, RHSIface))
6112 if (canAssignObjCInterfaces(LHS->getAs<ObjCObjectPointerType>(),