Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp633 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 DASTMatchers.h3171 return Finder->classIsDerivedFrom(RD, Base, Builder, /*Directly=*/false); in AST_POLYMORPHIC_MATCHER_P()
3296 return Finder->classIsDerivedFrom(RD, Base, Builder, /*Directly=*/true);
H A DASTMatchersInternal.h738 virtual bool classIsDerivedFrom(const CXXRecordDecl *Declaration,