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