Searched refs:hasAutomaticStorageDuration (Results 1 – 3 of 3) sorted by relevance
674 EXPECT_TRUE(matches(T, varDecl(hasName("x"), hasAutomaticStorageDuration()))); in TEST()676 notMatches(T, varDecl(hasName("y"), hasAutomaticStorageDuration()))); in TEST()678 notMatches(T, varDecl(hasName("a"), hasAutomaticStorageDuration()))); in TEST()
209 REGISTER_MATCHER(hasAutomaticStorageDuration); in RegistryMaps()
2855 AST_MATCHER(VarDecl, hasAutomaticStorageDuration) { in AST_MATCHER() argument