Searched refs:classIsDerivedFrom (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/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::__anonab4d286c0111::MatchASTVisitor 1387 if (!Directly && classIsDerivedFrom(ClassDecl, Base, Builder, Directly)) in classIsDerivedFrom()
|
| /openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 3197 return Finder->classIsDerivedFrom(RD, Base, Builder, /*Directly=*/false); in AST_POLYMORPHIC_MATCHER_P() 3322 return Finder->classIsDerivedFrom(RD, Base, Builder, /*Directly=*/true);
|
| H A D | ASTMatchersInternal.h | 727 virtual bool classIsDerivedFrom(const CXXRecordDecl *Declaration,
|