Home
last modified time | relevance | path

Searched refs:hasAutomaticStorageDuration (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DDanglingHandleCheck.cpp157 hasAutomaticStorageDuration(), in registerMatchersForReturn()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp305 hasAutomaticStorageDuration(), in registerMatchers()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp289 REGISTER_MATCHER(hasAutomaticStorageDuration); in RegistryMaps()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp1462 EXPECT_TRUE(matches(T, varDecl(hasName("x"), hasAutomaticStorageDuration()))); in TEST_P()
1464 notMatches(T, varDecl(hasName("y"), hasAutomaticStorageDuration()))); in TEST_P()
1466 notMatches(T, varDecl(hasName("a"), hasAutomaticStorageDuration()))); in TEST_P()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4342 AST_MATCHER(VarDecl, hasAutomaticStorageDuration) { in AST_MATCHER() argument