Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2698 bool canBindObjCObjectType(QualType To, QualType From);
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp9349 bool ASTContext::canBindObjCObjectType(QualType To, QualType From) { in canBindObjCObjectType() function in ASTContext
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp4552 Context.canBindObjCObjectType(UnqualT1, UnqualT2)) in CompareReferenceRelationship()