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

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  480   REGISTER_MATCHER(specifiesType);
tools/clang/tools/extra/clang-change-namespace/ChangeNamespace.cpp
  478               specifiesType(hasDeclaration(DeclMatcher.bind("from_decl"))))),
tools/clang/tools/extra/clang-tidy/modernize/UseAutoCheck.cpp
  238       hasQualifier(specifiesType(templateSpecializationType(hasDeclaration(
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
 1506     specifiesType(hasDeclaration(recordDecl(hasName("A")))));
 1524     nestedNameSpecifier(hasPrefix(specifiesType(asString("struct A"))))));
tools/clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
 2364     nestedNameSpecifier(specifiesType(asString("struct ns::E"))).bind("nns"),
 2382     nestedNameSpecifier(specifiesType(asString("struct a::A::B")),
 2387     nestedNameSpecifier(specifiesType(asString("struct a::A::B")),
 2392     nestedNameSpecifier(specifiesType(asString("struct a::A")),
 2400     nestedNameSpecifier(specifiesType(asString("struct a::A::B")),
 2411     decl(hasDescendant(nestedNameSpecifier(specifiesType(
 2427     nestedNameSpecifierLoc(loc(specifiesType(asString("struct a::A::B"))),
 2432     nestedNameSpecifierLoc(loc(specifiesType(asString("struct a::A::B"))),
 2437     nestedNameSpecifierLoc(loc(specifiesType(asString("struct a::A"))),
 2443     nestedNameSpecifierLoc(loc(specifiesType(asString("struct a::A::B"))),
 2454     decl(hasDescendant(loc(nestedNameSpecifier(specifiesType(
tools/clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp
  217                      specifiesType(hasDeclaration(recordDecl(hasName("A")))))))