reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchFinder.h
  150   void addMatcher(const TypeMatcher &NodeMatch,

References

tools/clang/include/clang/ASTMatchers/ASTMatchFinder.h
  307   Finder.addMatcher(Matcher, &Callback);
tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
 1059     addMatcher(NodeMatch.convertTo<QualType>(), Action);
tools/clang/unittests/ASTMatchers/ASTMatchersTest.h
   80   Finder.addMatcher(AMatcher, &VerifyFound);
  325   Finder.addMatcher(AMatcher, &VerifyVerifiedResult);