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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchFinder.h
  154   void addMatcher(const NestedNameSpecifierMatcher &NodeMatch,

References

tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
 1065     addMatcher(NodeMatch.convertTo<NestedNameSpecifier>(), Action);
tools/clang/tools/extra/clang-tidy/misc/UnusedAliasDeclsCheck.cpp
   30   Finder->addMatcher(nestedNameSpecifier().bind("nns"), this);
tools/clang/unittests/ASTMatchers/ASTMatchersTest.h
   80   Finder.addMatcher(AMatcher, &VerifyFound);
  325   Finder.addMatcher(AMatcher, &VerifyVerifiedResult);