Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp412 virtual bool classIsDerivedFrom(const CXXRecordDecl *Declaration,
663 bool MatchASTVisitor::classIsDerivedFrom(const CXXRecordDecl *Declaration, in classIsDerivedFrom() function in clang::ast_matchers::internal::__anon101cc5e10111::MatchASTVisitor
690 if (classIsDerivedFrom(ClassDecl, Base, Builder)) in classIsDerivedFrom()
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h663 virtual bool classIsDerivedFrom(const CXXRecordDecl *Declaration,
DASTMatchers.h1545 return Finder->classIsDerivedFrom(&Node, Base, Builder); in AST_MATCHER_P()