Searched refs:hasStaticStorageDuration (Results 1 – 3 of 3) sorted by relevance
242 REGISTER_MATCHER(hasStaticStorageDuration); in RegistryMaps()
1368 EXPECT_TRUE(matches(T, varDecl(hasName("y"), hasStaticStorageDuration()))); in TEST()1369 EXPECT_TRUE(matches(T, varDecl(hasName("a"), hasStaticStorageDuration()))); in TEST()1370 EXPECT_TRUE(notMatches(T, varDecl(hasName("x"), hasStaticStorageDuration()))); in TEST()
2575 AST_MATCHER(VarDecl, hasStaticStorageDuration) { in AST_MATCHER() argument