Searched refs:classIsDerivedFrom (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 649 bool classIsDerivedFrom(const CXXRecordDecl *Declaration, 1360 bool MatchASTVisitor::classIsDerivedFrom(const CXXRecordDecl *Declaration, in classIsDerivedFrom() function in clang::ast_matchers::internal::__anon5fcafee50111::MatchASTVisitor 1387 if (!Directly && classIsDerivedFrom(ClassDecl, Base, Builder, Directly)) in classIsDerivedFrom()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 3196 return Finder->classIsDerivedFrom(RD, Base, Builder, /*Directly=*/false); in AST_POLYMORPHIC_MATCHER_P() 3321 return Finder->classIsDerivedFrom(RD, Base, Builder, /*Directly=*/true);
|
| H A D | ASTMatchersInternal.h | 728 virtual bool classIsDerivedFrom(const CXXRecordDecl *Declaration,
|