Home
last modified time | relevance | path

Searched refs:ObjCQualifiedIdTypesAreCompatible (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DASTContext.h2014 bool ObjCQualifiedIdTypesAreCompatible(QualType LHS, QualType RHS,
/external/clang/lib/AST/
DASTContext.cpp6432 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/
DSemaDeclObjC.cpp1325 Context.ObjCQualifiedIdTypesAreCompatible(QualType(A, 0), in isObjCTypeSubstitutable()
DSemaOverload.cpp2194 Context.ObjCQualifiedIdTypesAreCompatible(ToType, FromType, in isObjCPointerConversion()
DSemaExpr.cpp5878 Context.ObjCQualifiedIdTypesAreCompatible(LHSTy, RHSTy, true)) { in FindCompositeObjCPointerType()