MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / WrapInCurlys

Method WrapInCurlys

CodeGenerator.cpp:5241–5244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5239//-----------------------------------------------------------------------------
5240
5241void CodeGenerator::WrapInCurlys(void_func_ref lambda, const AddSpaceAtTheEnd addSpaceAtTheEnd)
5242{
5243 WrapInParensOrCurlys(BraceKind::Curlys, lambda, addSpaceAtTheEnd);
5244}
5245//-----------------------------------------------------------------------------
5246
5247void CodeGenerator::InsertArg(const BindingDecl*)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected