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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchFinder.h
  156   void addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch,

References

tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
 1068     addMatcher(NodeMatch.convertTo<NestedNameSpecifierLoc>(), Action);
tools/clang/tools/extra/clang-change-namespace/ChangeNamespace.cpp
  474   Finder->addMatcher(
tools/clang/tools/extra/clang-tidy/abseil/NoInternalDependenciesCheck.cpp
   27   Finder->addMatcher(
tools/clang/tools/extra/clang-tidy/readability/IdentifierNamingCheck.cpp
  243   Finder->addMatcher(nestedNameSpecifierLoc().bind("nestedNameLoc"), this);
tools/clang/unittests/AST/MatchVerifier.h
   85   Finder.addMatcher(AMatcher.bind(""), this);
tools/clang/unittests/ASTMatchers/ASTMatchersTest.h
   80   Finder.addMatcher(AMatcher, &VerifyFound);
  325   Finder.addMatcher(AMatcher, &VerifyVerifiedResult);