Searched refs:hasDecayedType (Results 1 – 7 of 7) sorted by relevance
45 hasType(decayedType(hasDecayedType(pointerType()))))))) in registerMatchers()
218 REGISTER_MATCHER(hasDecayedType); in RegistryMaps()
275 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
6692 AST_MATCHER_P(DecayedType, hasDecayedType, internal::Matcher<QualType>, in AST_MATCHER_P() argument
3006 valueDecl(hasType(decayedType(hasDecayedType(pointerType())))))); in TEST_P()