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

Method InsertNamespace

CodeGenerator.cpp:395–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393//-----------------------------------------------------------------------------
394
395void CodeGenerator::InsertNamespace(const NestedNameSpecifier* stmt)
396{
397 mOutputFormatHelper.Append(ScopeHandler::RemoveCurrentScope(GetNestedName(stmt)));
398}
399//-----------------------------------------------------------------------------
400
401void CodeGenerator::InsertArg(const UnresolvedLookupExpr* stmt)

Callers 1

Calls 2

GetNestedNameFunction · 0.85
AppendMethod · 0.80

Tested by

no test coverage detected