Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:VerifyCallback

3843   VerifyStartOfTranslationUnit VerifyCallback;
3844 Finder.addMatcher(decl(), &VerifyCallback);
3847 EXPECT_TRUE(VerifyCallback.Called);