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

/external/clang/include/clang/AST/
H A DASTContext.h1810 bool canAssignObjCInterfaces(const ObjCObjectPointerType *LHSOPT,
1812 bool canAssignObjCInterfaces(const ObjCObjectType *LHS,
/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...]
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp955 Context.canAssignObjCInterfaces(
1235 Context.canAssignObjCInterfaces(
H A DSemaOverload.cpp2096 if (Context.canAssignObjCInterfaces(ToObjCPtr, FromObjCPtr)) {
2110 if (Context.canAssignObjCInterfaces(FromObjCPtr, ToObjCPtr)) {
3461 bool AssignLeft = S.Context.canAssignObjCInterfaces(FromObjCPtr1,
3463 bool AssignRight = S.Context.canAssignObjCInterfaces(FromObjCPtr2,
3733 = S.Context.canAssignObjCInterfaces(FromPtr1, FromPtr2);
3735 = S.Context.canAssignObjCInterfaces(FromPtr2, FromPtr1);
3737 = S.Context.canAssignObjCInterfaces(ToPtr1, ToPtr2);
3739 = S.Context.canAssignObjCInterfaces(ToPtr2, ToPtr1);
H A DSemaDeclObjC.cpp1231 return Context.canAssignObjCInterfaces(A, B);
H A DSemaExpr.cpp5080 if (Context.canAssignObjCInterfaces(LHSOPT, RHSOPT)) {
5082 } else if (Context.canAssignObjCInterfaces(RHSOPT, LHSOPT)) {

Completed in 172 milliseconds