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

Method InsertAttributes

CodeGenerator.cpp:3781–3788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3779//-----------------------------------------------------------------------------
3780
3781void CodeGenerator::InsertAttributes(const Decl* stmt)
3782{
3783 if(stmt->hasAttrs()) {
3784 mOutputFormatHelper.Append(" "sv);
3785
3786 InsertAttributes(stmt->attrs());
3787 }
3788}
3789//-----------------------------------------------------------------------------
3790
3791void CodeGenerator::InsertAttributes(const Decl::attr_range& attrs)

Callers 1

AppendParameterListMethod · 0.80

Calls 1

AppendMethod · 0.80

Tested by

no test coverage detected