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

/external/clang/lib/AST/
H A DASTContext.cpp5977 /// canAssignObjCInterfaces - Return true if the two interface types are
5981 bool ASTContext::canAssignObjCInterfaces(const ObjCObjectPointerType *LHSOPT, function in class:ASTContext
6002 return canAssignObjCInterfaces(LHS, RHS);
6105 if (canAssignObjCInterfaces(LHS, RHS)) {
6120 bool ASTContext::canAssignObjCInterfaces(const ObjCObjectType *LHS, function in class:ASTContext
6208 return canAssignObjCInterfaces(LHSOPT, RHSOPT) ||
6209 canAssignObjCInterfaces(RHSOPT, LHSOPT);
6213 return canAssignObjCInterfaces(
6700 if (canAssignObjCInterfaces(LHSIface, RHSIface))
6714 if (canAssignObjCInterfaces(LH
[all...]

Completed in 177 milliseconds