Searched refs:ObjCQualifiedIdTypesAreCompatible (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/AST/ |
D | ASTContext.h | 2014 bool ObjCQualifiedIdTypesAreCompatible(QualType LHS, QualType RHS,
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 6432 bool ASTContext::ObjCQualifiedIdTypesAreCompatible(QualType lhs, QualType rhs, in ObjCQualifiedIdTypesAreCompatible() function in ASTContext 6564 return ObjCQualifiedIdTypesAreCompatible(QualType(LHSOPT,0), in canAssignObjCInterfaces() 6596 return ObjCQualifiedIdTypesAreCompatible(QualType(LHSOPT,0), in canAssignObjCInterfacesInBlockPointer()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1325 Context.ObjCQualifiedIdTypesAreCompatible(QualType(A, 0), in isObjCTypeSubstitutable()
|
D | SemaOverload.cpp | 2194 Context.ObjCQualifiedIdTypesAreCompatible(ToType, FromType, in isObjCPointerConversion()
|
D | SemaExpr.cpp | 5878 Context.ObjCQualifiedIdTypesAreCompatible(LHSTy, RHSTy, true)) { in FindCompositeObjCPointerType()
|