| 2610 | } |
| 2611 | |
| 2612 | void Visit(Stmt* stmt) |
| 2613 | { |
| 2614 | if(stmt) { |
| 2615 | StmtVisitor<ContinueASTTransformer>::Visit(stmt); |
| 2616 | } |
| 2617 | } |
| 2618 | |
| 2619 | void VisitContinueStmt(ContinueStmt* stmt) |
| 2620 | { |
nothing calls this directly
no outgoing calls
no test coverage detected