Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:ValueDecl

858 TEST(ValueDecl, Matches) {
860 valueDecl(hasType(asString("enum EnumType")))));
862 valueDecl(hasType(asString("void (void)")))));
4189 EXPECT_TRUE(matches("void f(int i[]);", valueDecl(hasType(decayedType(hasDecayedType(pointerType()))))));