| 130 | } |
| 131 | |
| 132 | void finish() |
| 133 | { |
| 134 | if(not mLambdaOutputFormatHelper.empty()) { |
| 135 | mOutputFormatHelper.InsertAt(mCurrentVarDeclPos, mLambdaOutputFormatHelper); |
| 136 | } |
| 137 | } |
| 138 | |
| 139 | OutputFormatHelper& buffer() { return mLambdaOutputFormatHelper; } |
| 140 |
no test coverage detected