Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:nullStmt

1381   EXPECT_TRUE(matches("void f() {int i;;}", nullStmt()));
1382 EXPECT_TRUE(notMatches("void f() {int i;}", nullStmt()));