| 122 | { |
| 123 | public: |
| 124 | LambdaHelper(const LambdaCallerType lambdaCallerType, OutputFormatHelper& outputFormatHelper) |
| 125 | : mLambdaCallerType{lambdaCallerType} |
| 126 | , mCurrentVarDeclPos{outputFormatHelper.CurrentPos()} |
| 127 | , mOutputFormatHelper{outputFormatHelper} |
| 128 | { |
| 129 | mLambdaOutputFormatHelper.SetIndent(mOutputFormatHelper); |
| 130 | } |
| 131 | |
| 132 | void finish() |
| 133 | { |
nothing calls this directly
no test coverage detected