Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2853 bool canBindObjCObjectType(QualType To, QualType From);
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp10010 bool ASTContext::canBindObjCObjectType(QualType To, QualType From) { in canBindObjCObjectType() function in ASTContext
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp4560 Context.canBindObjCObjectType(UnqualT1, UnqualT2)) in CompareReferenceRelationship()