Searched defs:canAssignObjCInterfaces (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp6549 /// canAssignObjCInterfaces - Return true if the two interface types are
6553 bool ASTContext::canAssignObjCInterfaces(const ObjCObjectPointerType *LHSOPT, function in class:ASTContext
6574 return canAssignObjCInterfaces(LHS, RHS);
6677 if (canAssignObjCInterfaces(LHS, RHS)) {
6692 bool ASTContext::canAssignObjCInterfaces(const ObjCObjectType *LHS, function in class:ASTContext
6769 return canAssignObjCInterfaces(LHSOPT, RHSOPT) ||
6770 canAssignObjCInterfaces(RHSOPT, LHSOPT);
6774 return canAssignObjCInterfaces(
7271 if (canAssignObjCInterfaces(LHSIface, RHSIface))
7285 if (canAssignObjCInterfaces(LH
[all...]

Completed in 698 milliseconds