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

Method EndLifetimeScope

CodeGenerator.cpp:1193–1196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1191//-----------------------------------------------------------------------------
1192
1193void CodeGenerator::EndLifetimeScope()
1194{
1195 mSkipSemi = mLifeTimeTracker.EndScope(mOutputFormatHelper, false) or mSkipSemi;
1196}
1197//-----------------------------------------------------------------------------
1198
1199// In a primary template we can see a ParenListExpr with a PackExpansionExpr. With the equal sign we need a type.

Callers 1

~TemporaryDeclFinderMethod · 0.80

Calls 1

EndScopeMethod · 0.80

Tested by

no test coverage detected