Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:valueDecl

1785   EXPECT_TRUE(matches("void f(int i[]);", valueDecl(hasType(decayedType(hasDecayedType(pointerType()))))));