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

Method ~TemporaryDeclFinder

CodeGenerator.cpp:989–994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

987 }
988
989 ~TemporaryDeclFinder()
990 {
991 if(mHaveTemporary) {
992 codeGenerator.EndLifetimeScope();
993 }
994 }
995
996 bool Found() const { return mFound; }
997

Callers

nothing calls this directly

Calls 1

EndLifetimeScopeMethod · 0.80

Tested by

no test coverage detected