Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2866 bool canBindObjCObjectType(QualType To, QualType From);
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp10122 bool ASTContext::canBindObjCObjectType(QualType To, QualType From) { in canBindObjCObjectType() function in ASTContext
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp4657 Context.canBindObjCObjectType(UnqualT1, UnqualT2)) in CompareReferenceRelationship()