| 134 | } |
| 135 | |
| 136 | void Visit(Stmt* stmt) |
| 137 | { |
| 138 | if(stmt) { |
| 139 | StmtVisitor<CoroutineASTTransformer>::Visit(stmt); |
| 140 | } |
| 141 | } |
| 142 | |
| 143 | void VisitCompoundStmt(CompoundStmt* stmt) |
| 144 | { |
nothing calls this directly
no outgoing calls
no test coverage detected