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

Method Indent

OutputFormatHelper.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace clang::insights {
17
18void OutputFormatHelper::Indent(unsigned count)
19{
20 mOutput.insert(mOutput.size(), count, ' ');
21}
22//-----------------------------------------------------------------------------
23
24void OutputFormatHelper::AppendParameterList(const ArrayRef<ParmVarDecl*> parameters,

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected