Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:declaratorDecl

507 TEST(DeclaratorDecl, MatchesDeclaratorDecls) {
508 EXPECT_TRUE(matches("int x;", declaratorDecl()));
509 EXPECT_TRUE(notMatches("class A {};", declaratorDecl()));