Searched refs:continueStmt (Results 1 – 7 of 7) sorted by relevance
29 continueStmt( in registerMatchers()
42 .with(hasBody(compoundStmt(hasAnySubstatement(continueStmt())) in registerMatchers()
173 returnStmt().bind(InterruptingStr), continueStmt().bind(InterruptingStr), in registerMatchers()
176 REGISTER_MATCHER(continueStmt); in RegistryMaps()
901 const internal::VariadicDynCastAllOfMatcher<Stmt, ContinueStmt> continueStmt; variable
433 EXPECT_TRUE(matches("void f() { while(1) { continue; } }", continueStmt())); in TEST_P()
2198 continueStmt;