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

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  251   REGISTER_MATCHER(hasAutomaticStorageDuration);
tools/clang/tools/extra/clang-tidy/bugprone/DanglingHandleCheck.cpp
  153                              hasAutomaticStorageDuration(),
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp
  291               hasAutomaticStorageDuration(),
tools/clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
  823   EXPECT_TRUE(matches(T, varDecl(hasName("x"), hasAutomaticStorageDuration())));
  825     notMatches(T, varDecl(hasName("y"), hasAutomaticStorageDuration())));
  827     notMatches(T, varDecl(hasName("a"), hasAutomaticStorageDuration())));