Home
last modified time | relevance | path

Searched refs:canBindObjCObjectType (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DASTContext.h2031 bool canBindObjCObjectType(QualType To, QualType From);
/external/clang/lib/AST/
DASTContext.cpp6773 bool ASTContext::canBindObjCObjectType(QualType To, QualType From) { in canBindObjCObjectType() function in ASTContext
/external/clang/lib/Sema/
DSemaOverload.cpp4023 Context.canBindObjCObjectType(UnqualT1, UnqualT2)) in CompareReferenceRelationship()