MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / ~LambdaScopeHandler

Method ~LambdaScopeHandler

CodeGenerator.cpp:251–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249//-----------------------------------------------------------------------------
250
251CodeGenerator::LambdaScopeHandler::~LambdaScopeHandler()
252{
253 if(not mStack.empty()) {
254 mStack.pop()->finish();
255 }
256}
257//-----------------------------------------------------------------------------
258
259OutputFormatHelper& CodeGenerator::LambdaScopeHandler::GetBuffer(OutputFormatHelper& outputFormatHelper) const

Callers

nothing calls this directly

Calls 3

finishMethod · 0.80
popMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected