Searched refs:hasAutomaticStorageDuration (Results 1 – 5 of 5) sorted by relevance
157 hasAutomaticStorageDuration(), in registerMatchersForReturn()
305 hasAutomaticStorageDuration(), in registerMatchers()
289 REGISTER_MATCHER(hasAutomaticStorageDuration); in RegistryMaps()
1462 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()
4342 AST_MATCHER(VarDecl, hasAutomaticStorageDuration) { in AST_MATCHER() argument