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

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 6006     nestedNameSpecifier;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  430   REGISTER_MATCHER(nestedNameSpecifier);
tools/clang/tools/extra/clang-change-namespace/ChangeNamespace.cpp
  477           loc(nestedNameSpecifier(
tools/clang/tools/extra/clang-tidy/misc/UnusedAliasDeclsCheck.cpp
   30   Finder->addMatcher(nestedNameSpecifier().bind("nns"), this);
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
 1478                       nestedNameSpecifier()));
 1480                       nestedNameSpecifier()));
 1482                       nestedNameSpecifier()));
 1484                       nestedNameSpecifier()));
 1488     nestedNameSpecifier()));
 1491     nestedNameSpecifier()));
 1505   NestedNameSpecifierMatcher Matcher = nestedNameSpecifier(
 1514   NestedNameSpecifierMatcher Matcher = nestedNameSpecifier(
 1524     nestedNameSpecifier(hasPrefix(specifiesType(asString("struct A"))))));
tools/clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
 2340     elaboratedType(hasQualifier(nestedNameSpecifier()))));
 2364     nestedNameSpecifier(specifiesType(asString("struct ns::E"))).bind("nns"),
 2372     loc(nestedNameSpecifier()).bind("loc"),
 2382     nestedNameSpecifier(specifiesType(asString("struct a::A::B")),
 2383                         hasDescendant(nestedNameSpecifier(
 2387     nestedNameSpecifier(specifiesType(asString("struct a::A::B")),
 2388                         has(nestedNameSpecifier(
 2392     nestedNameSpecifier(specifiesType(asString("struct a::A")),
 2393                         has(nestedNameSpecifier(
 2400     nestedNameSpecifier(specifiesType(asString("struct a::A::B")),
 2401                         forEach(nestedNameSpecifier().bind("x"))),
 2411     decl(hasDescendant(nestedNameSpecifier(specifiesType(
 2416                  forEachDescendant(nestedNameSpecifier().bind("x"))),
 2428                            hasDescendant(loc(nestedNameSpecifier(
 2433                            has(loc(nestedNameSpecifier(
 2438                            has(loc(nestedNameSpecifier(
 2454     decl(hasDescendant(loc(nestedNameSpecifier(specifiesType(
tools/clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp
  216           "loc", VariantMatcher::SingleMatcher(nestedNameSpecifier(