Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp653 bool classIsDerivedFrom(const CXXRecordDecl *Declaration,
1394 bool MatchASTVisitor::classIsDerivedFrom(const CXXRecordDecl *Declaration, in classIsDerivedFrom() function in clang::ast_matchers::internal::__anon17c865b50111::MatchASTVisitor
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3368 return Finder->classIsDerivedFrom(RD, Base, Builder, /*Directly=*/false); in AST_POLYMORPHIC_MATCHER_P()
3493 return Finder->classIsDerivedFrom(RD, Base, Builder, /*Directly=*/true);
H A DASTMatchersInternal.h730 virtual bool classIsDerivedFrom(const CXXRecordDecl *Declaration,