Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:nullStmt

3850   EXPECT_TRUE(matches("void f() {int i;;}", nullStmt()));
3851 EXPECT_TRUE(notMatches("void f() {int i;}", nullStmt()));