Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp437 bool classIsDerivedFrom(const CXXRecordDecl *Declaration,
823 bool MatchASTVisitor::classIsDerivedFrom(const CXXRecordDecl *Declaration, in classIsDerivedFrom() function in clang::ast_matchers::internal::__anon99630ca40111::MatchASTVisitor
850 if (classIsDerivedFrom(ClassDecl, Base, Builder)) in classIsDerivedFrom()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h988 virtual bool classIsDerivedFrom(const CXXRecordDecl *Declaration,
H A DASTMatchers.h2618 return Finder->classIsDerivedFrom(&Node, Base, Builder); in AST_MATCHER_P()