Searched refs:classIsDerivedFrom (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 633 bool classIsDerivedFrom(const CXXRecordDecl *Declaration, 1139 bool MatchASTVisitor::classIsDerivedFrom(const CXXRecordDecl *Declaration, in classIsDerivedFrom() function in clang::ast_matchers::internal::__anon62d4f9200111::MatchASTVisitor 1166 if (!Directly && classIsDerivedFrom(ClassDecl, Base, Builder, Directly)) in classIsDerivedFrom()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 3171 return Finder->classIsDerivedFrom(RD, Base, Builder, /*Directly=*/false); in AST_POLYMORPHIC_MATCHER_P() 3296 return Finder->classIsDerivedFrom(RD, Base, Builder, /*Directly=*/true);
|
| H A D | ASTMatchersInternal.h | 738 virtual bool classIsDerivedFrom(const CXXRecordDecl *Declaration,
|