Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:Finder

68   MatchFinder Finder;
70 Finder.addMatcher(AMatcher, &VerifyFound);
72 if (!Finder.addDynamicMatcher(AMatcher, &VerifyDynamicFound))
75 newFrontendActionFactory(&Finder));
168 MatchFinder Finder;
170 Finder.addMatcher(AMatcher, &VerifyFound);
172 if (!Finder.addDynamicMatcher(AMatcher, &VerifyDynamicFound))
175 newFrontendActionFactory(&Finder));
222 MatchFinder Finder;
224 Finder.addMatcher(AMatcher, &VerifyVerifiedResult);
226 newFrontendActionFactory(&Finder));
245 Finder.matchAST(AST->getASTContext());