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

Method ~CodeGenerators

CfrontCodeGenerator.cpp:106–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104//-----------------------------------------------------------------------------
105
106CodeGeneratorVariant::CodeGenerators::~CodeGenerators()
107{
108 if(GetInsightsOptions().UseShow2C) {
109 cfcg.~CfrontCodeGenerator();
110 } else {
111 cg.~CodeGenerator();
112 }
113}
114//-----------------------------------------------------------------------------
115
116void CodeGeneratorVariant::Set()

Callers

nothing calls this directly

Calls 1

~CodeGeneratorMethod · 0.80

Tested by

no test coverage detected