Home | History | Annotate | Download | only in ASTMatchers

Lines Matching defs:Finder

2170   return AMatcher.matches(Node, Finder, Builder);
2191 return Finder->matchesChildOf(
3842 MatchFinder Finder;
3844 Finder.addMatcher(decl(), &VerifyCallback);
3845 OwningPtr<FrontendActionFactory> Factory(newFrontendActionFactory(&Finder));