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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp413 virtual bool classIsDerivedFrom(const CXXRecordDecl *Declaration,
665 bool MatchASTVisitor::classIsDerivedFrom(const CXXRecordDecl *Declaration, function in class:clang::ast_matchers::internal::__anon3031::MatchASTVisitor
692 if (classIsDerivedFrom(ClassDecl, Base, Builder))
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1495 return Finder->classIsDerivedFrom(&Node, Base, Builder);
H A DASTMatchersInternal.h733 virtual bool classIsDerivedFrom(const CXXRecordDecl *Declaration,

Completed in 58 milliseconds