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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchFinder.h
  160   void addMatcher(const CXXCtorInitializerMatcher &NodeMatch,

References

tools/clang/include/clang/ASTMatchers/ASTMatchFinder.h
  307   Finder.addMatcher(Matcher, &Callback);
tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
 1074     addMatcher(NodeMatch.convertTo<CXXCtorInitializer>(), Action);
tools/clang/tools/extra/clang-change-namespace/ChangeNamespace.cpp
  493   Finder->addMatcher(
tools/clang/unittests/ASTMatchers/ASTMatchersTest.h
   80   Finder.addMatcher(AMatcher, &VerifyFound);