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

Method AppendSemiNewLine

OutputFormatHelper.h:190–190  ·  view source on GitHub ↗

\brief Append a semicolon and a newline.

Source from the content-addressed store, hash-verified

188
189 /// \brief Append a semicolon and a newline.
190 void AppendSemiNewLine() { AppendNewLine(';'); }
191
192 /// \brief Append a semicolon and a newline.
193 template<typename... Args>

Callers 14

InsertCoroutineMethod · 0.80
InsertArgMethod · 0.80
InsertArgMethod · 0.80
InsertMethodBodyMethod · 0.80
HandleCompoundStmtMethod · 0.80
InsertCXXMethodDeclMethod · 0.80

Calls 1

StrCatFunction · 0.85

Tested by

no test coverage detected