Lines Matching refs:MatchFinder
33 class MatchVerifier : public MatchFinder::MatchCallback {
58 void run(const MatchFinder::MatchResult &Result) override;
59 virtual void verify(const MatchFinder::MatchResult &Result, in verify()
84 MatchFinder Finder; in match()
141 MatchFinder Finder; in match()
153 void MatchVerifier<NodeType>::run(const MatchFinder::MatchResult &Result) { in run()
166 MatchVerifier<DynTypedNode>::run(const MatchFinder::MatchResult &Result) { in run()
191 void verify(const MatchFinder::MatchResult &Result, in verify()
231 void verify(const MatchFinder::MatchResult &Result, in verify()
270 void verify(const MatchFinder::MatchResult &Result, in verify()
297 void verify(const MatchFinder::MatchResult &Result, in verify()