Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h2153 bool canBindObjCObjectType(QualType To, QualType From);
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp7196 bool ASTContext::canBindObjCObjectType(QualType To, QualType From) { in canBindObjCObjectType() function in ASTContext
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOverload.cpp3982 Context.canBindObjCObjectType(UnqualT1, UnqualT2)) in CompareReferenceRelationship()