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

Method LifetimeAddExtended

CodeGenerator.cpp:1181–1184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1179//-----------------------------------------------------------------------------
1180
1181void CodeGenerator::LifetimeAddExtended(const VarDecl* vd, const ValueDecl* extending)
1182{
1183 mLifeTimeTracker.AddExtended(vd, extending);
1184}
1185//-----------------------------------------------------------------------------
1186
1187void CodeGenerator::StartLifetimeScope()

Callers 1

Calls 1

AddExtendedMethod · 0.80

Tested by

no test coverage detected