| 4603 | //----------------------------------------------------------------------------- |
| 4604 | |
| 4605 | void CodeGenerator::HandleTemplateParameterPack(const ArrayRef<TemplateArgument>& args) |
| 4606 | { |
| 4607 | ForEachArg(args, [&](const auto& arg) { InsertTemplateArg(arg); }); |
| 4608 | } |
| 4609 | //----------------------------------------------------------------------------- |
| 4610 | |
| 4611 | void CodeGenerator::InsertTemplateArg(const TemplateArgument& arg) |
nothing calls this directly
no outgoing calls
no test coverage detected