| 11453 | } |
| 11454 | |
| 11455 | void printOriginalExpression() const { |
| 11456 | if (result.hasExpression()) { |
| 11457 | stream << ' ' << result.getExpression(); |
| 11458 | } |
| 11459 | } |
| 11460 | |
| 11461 | void printReconstructedExpression() const { |
| 11462 | if (result.hasExpandedExpression()) { |
nothing calls this directly
no test coverage detected