Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:Finder

59   return AMatcher.matches(Node, Finder, Builder);
78 return Finder->matchesChildOf(
107 MatchFinder Finder(std::move(Options));
113 Finder.addMatcher(decl(), &Callback);
115 newFrontendActionFactory(&Finder));
133 MatchFinder Finder;
135 Finder.addMatcher(decl(), &VerifyCallback);
137 newFrontendActionFactory(&Finder));
144 Finder.matchAST(AST->getASTContext());
159 MatchFinder Finder;
161 Finder.addMatcher(decl(), &VerifyCallback);
163 newFrontendActionFactory(&Finder));
170 Finder.matchAST(AST->getASTContext());