Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp651 bool classIsDerivedFrom(const CXXRecordDecl *Declaration,
1371 bool MatchASTVisitor::classIsDerivedFrom(const CXXRecordDecl *Declaration, in classIsDerivedFrom() function in clang::ast_matchers::internal::__anond7f3fd2a0111::MatchASTVisitor
/src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3275 return Finder->classIsDerivedFrom(RD, Base, Builder, /*Directly=*/false); in AST_POLYMORPHIC_MATCHER_P()
3400 return Finder->classIsDerivedFrom(RD, Base, Builder, /*Directly=*/true);
H A DASTMatchersInternal.h723 virtual bool classIsDerivedFrom(const CXXRecordDecl *Declaration,