| 5239 | //----------------------------------------------------------------------------- |
| 5240 | |
| 5241 | void CodeGenerator::WrapInCurlys(void_func_ref lambda, const AddSpaceAtTheEnd addSpaceAtTheEnd) |
| 5242 | { |
| 5243 | WrapInParensOrCurlys(BraceKind::Curlys, lambda, addSpaceAtTheEnd); |
| 5244 | } |
| 5245 | //----------------------------------------------------------------------------- |
| 5246 | |
| 5247 | void CodeGenerator::InsertArg(const BindingDecl*) |
nothing calls this directly
no outgoing calls
no test coverage detected