Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp649 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 DASTMatchers.h3197 return Finder->classIsDerivedFrom(RD, Base, Builder, /*Directly=*/false); in AST_POLYMORPHIC_MATCHER_P()
3322 return Finder->classIsDerivedFrom(RD, Base, Builder, /*Directly=*/true);
H A DASTMatchersInternal.h727 virtual bool classIsDerivedFrom(const CXXRecordDecl *Declaration,