Home
last modified time | relevance | path

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

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