Searched refs:MatchDescendantVisitor (Results 1 – 1 of 1) sorted by relevance
23 class MatchDescendantVisitor class24 : public RecursiveASTVisitor<MatchDescendantVisitor> {26 typedef RecursiveASTVisitor<MatchDescendantVisitor> VisitorBase;31 MatchDescendantVisitor(const internal::DynTypedMatcher *Matcher, in MatchDescendantVisitor() function in clang::ast_matchers::MatchDescendantVisitor115 MatchDescendantVisitor Visitor(&DTM, Finder, Builder, ASTMatchFinder::BK_All); in AST_MATCHER_P()