Searched refs:hasDecayedType (Results 1 – 3 of 3) sorted by relevance
204 REGISTER_MATCHER(hasDecayedType); in RegistryMaps()
4285 AST_MATCHER_P(DecayedType, hasDecayedType, internal::Matcher<QualType>, in AST_MATCHER_P() argument
4189 …EXPECT_TRUE(matches("void f(int i[]);", valueDecl(hasType(decayedType(hasDecayedType(pointerType()… in TEST()