Searched refs:hasAutomaticStorageDuration (Results 1 – 3 of 3) sorted by relevance
197 REGISTER_MATCHER(hasAutomaticStorageDuration); in RegistryMaps()
1362 EXPECT_TRUE(matches(T, varDecl(hasName("x"), hasAutomaticStorageDuration()))); in TEST()1364 notMatches(T, varDecl(hasName("y"), hasAutomaticStorageDuration()))); in TEST()1366 notMatches(T, varDecl(hasName("a"), hasAutomaticStorageDuration()))); in TEST()
2559 AST_MATCHER(VarDecl, hasAutomaticStorageDuration) { in AST_MATCHER() argument