Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2564 bool canBindObjCObjectType(QualType To, QualType From);
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp8430 bool ASTContext::canBindObjCObjectType(QualType To, QualType From) { in canBindObjCObjectType() function in ASTContext
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp4333 Context.canBindObjCObjectType(UnqualT1, UnqualT2)) in CompareReferenceRelationship()