Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:valueDecl

156 TEST(ValueDecl, Matches) {
158 valueDecl(hasType(asString("enum EnumType")))));
160 valueDecl(hasType(asString("void (void)")))));