reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
154 void addMatcher(const NestedNameSpecifierMatcher &NodeMatch,
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.h80 Finder.addMatcher(AMatcher, &VerifyFound); 325 Finder.addMatcher(AMatcher, &VerifyVerifiedResult);