| 254 | } |
| 255 | |
| 256 | void |
| 257 | ExpressionFuncall::indented_output(std::ostream &out, int indent) const |
| 258 | { |
| 259 | invoke.indented_output(out, indent); |
| 260 | } |
| 261 | |
| 262 | /////////////////////////////////////////////////////////////////////////////// |
| 263 |
nothing calls this directly
no outgoing calls
no test coverage detected