| 691 | |
| 692 | public: |
| 693 | CodeGeneratorVariant(OutputFormatHelper& _outputFormatHelper) |
| 694 | : CodeGeneratorVariant{_outputFormatHelper, CodeGenerator::LambdaInInitCapture::No} |
| 695 | { |
| 696 | } |
| 697 | |
| 698 | CodeGeneratorVariant(OutputFormatHelper& _outputFormatHelper, |
| 699 | CodeGenerator::LambdaStackType& lambdaStack, |
nothing calls this directly
no outgoing calls
no test coverage detected