| 262 | // shared_ptr<prod> merge_action; |
| 263 | when_clause(struct merge_stmt *p); |
| 264 | virtual ~when_clause() { } |
| 265 | static shared_ptr<when_clause> factory(struct merge_stmt *p); |
| 266 | virtual void out(std::ostream &out); |
| 267 | virtual void accept(prod_visitor *v); |
nothing calls this directly
no outgoing calls
no test coverage detected