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

Method ParseDeclContext

CodeGenerator.cpp:3595–3598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3593//-----------------------------------------------------------------------------
3594
3595void CodeGenerator::ParseDeclContext(const DeclContext* ctx)
3596{
3597 mOutputFormatHelper.Append(GetDeclContext(ctx));
3598}
3599//-----------------------------------------------------------------------------
3600
3601void CodeGenerator::InsertArg(const UsingDecl* stmt)

Callers 1

InsertArgMethod · 0.80

Calls 2

GetDeclContextFunction · 0.85
AppendMethod · 0.80

Tested by

no test coverage detected