Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp419 bool classIsDerivedFrom(const CXXRecordDecl *Declaration,
782 bool MatchASTVisitor::classIsDerivedFrom(const CXXRecordDecl *Declaration, in classIsDerivedFrom() function in clang::ast_matchers::internal::__anon018ced360111::MatchASTVisitor
809 if (classIsDerivedFrom(ClassDecl, Base, Builder)) in classIsDerivedFrom()
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h884 virtual bool classIsDerivedFrom(const CXXRecordDecl *Declaration,
DASTMatchers.h2190 return Finder->classIsDerivedFrom(&Node, Base, Builder); in AST_MATCHER_P()