Lines Matching refs:Finder
68 MatchFinder Finder; variable
70 Finder.addMatcher(AMatcher, &VerifyFound);
72 if (!Finder.addDynamicMatcher(AMatcher, &VerifyDynamicFound))
75 newFrontendActionFactory(&Finder));
168 MatchFinder Finder; in matchesConditionallyWithCuda() local
170 Finder.addMatcher(AMatcher, &VerifyFound); in matchesConditionallyWithCuda()
172 if (!Finder.addDynamicMatcher(AMatcher, &VerifyDynamicFound)) in matchesConditionallyWithCuda()
175 newFrontendActionFactory(&Finder)); in matchesConditionallyWithCuda()
222 MatchFinder Finder; in matchAndVerifyResultConditionally() local
224 Finder.addMatcher(AMatcher, &VerifyVerifiedResult); in matchAndVerifyResultConditionally()
226 newFrontendActionFactory(&Finder)); in matchAndVerifyResultConditionally()
245 Finder.matchAST(AST->getASTContext()); in matchAndVerifyResultConditionally()