Searched refs:hasStaticStorageDuration (Results 1 – 3 of 3) sorted by relevance
680 EXPECT_TRUE(matches(T, varDecl(hasName("y"), hasStaticStorageDuration()))); in TEST()681 EXPECT_TRUE(matches(T, varDecl(hasName("a"), hasStaticStorageDuration()))); in TEST()682 EXPECT_TRUE(notMatches(T, varDecl(hasName("x"), hasStaticStorageDuration()))); in TEST()
258 REGISTER_MATCHER(hasStaticStorageDuration); in RegistryMaps()
2871 AST_MATCHER(VarDecl, hasStaticStorageDuration) { in AST_MATCHER() argument