| 235 | using CodeGenerator::InsertArg; |
| 236 | |
| 237 | void InsertArg(const LambdaExpr* stmt) override { mOutputFormatHelper.Append(GetLambdaName(*stmt), "{}"sv); } |
| 238 | }; |
| 239 | //----------------------------------------------------------------------------- |
| 240 |
nothing calls this directly
no test coverage detected