Lines Matching refs:doStmt
2348 doStmt(hasBody(compoundStmt()))));2940 EXPECT_TRUE(matches("void x() { do {} while(true); }", doStmt()));2941 EXPECT_TRUE(matches("void x() { do ; while(false); }", doStmt()));2945 EXPECT_TRUE(notMatches("void x() { while(true) {} }", doStmt()));