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

Method Set

CfrontCodeGenerator.cpp:116–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114//-----------------------------------------------------------------------------
115
116void CodeGeneratorVariant::Set()
117{
118 if(GetInsightsOptions().UseShow2C) {
119 cg = &cgs.cfcg;
120 } else {
121 cg = &cgs.cg;
122 }
123}
124//-----------------------------------------------------------------------------
125
126static bool IsCopyOrMoveCtor(const CXXConstructorDecl* ctor)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected