Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:declaratorDecl

927                          declaratorDecl(hasTypeLoc(loc(asString("int"))))));
1470 TEST(DeclaratorDecl, MatchesDeclaratorDecls) {
1471 EXPECT_TRUE(matches("int x;", declaratorDecl()));
1472 EXPECT_TRUE(notMatches("class A {};", declaratorDecl()));