Home | History | Annotate | Download | only in AST

Lines Matching refs:canAssignObjCInterfaces

6595 /// canAssignObjCInterfaces - Return true if the two interface types are
6599 bool ASTContext::canAssignObjCInterfaces(const ObjCObjectPointerType *LHSOPT,
6620 return canAssignObjCInterfaces(LHS, RHS);
6723 if (canAssignObjCInterfaces(LHS, RHS)) {
6738 bool ASTContext::canAssignObjCInterfaces(const ObjCObjectType *LHS,
6826 return canAssignObjCInterfaces(LHSOPT, RHSOPT) ||
6827 canAssignObjCInterfaces(RHSOPT, LHSOPT);
6831 return canAssignObjCInterfaces(
7333 if (canAssignObjCInterfaces(LHSIface, RHSIface))
7347 if (canAssignObjCInterfaces(LHS->getAs<ObjCObjectPointerType>(),