reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
150 void addMatcher(const TypeMatcher &NodeMatch,
307 Finder.addMatcher(Matcher, &Callback);
tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp 1059 addMatcher(NodeMatch.convertTo<QualType>(), Action);
tools/clang/unittests/ASTMatchers/ASTMatchersTest.h80 Finder.addMatcher(AMatcher, &VerifyFound); 325 Finder.addMatcher(AMatcher, &VerifyVerifiedResult);