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

Method InsertArg

CodeGenerator.cpp:174–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172
173 using CodeGenerator::InsertArg;
174 void InsertArg(const CXXMethodDecl* stmt) override
175 {
176 mOutputFormatHelper.Append(kwCppCommentStartSpace);
177
178 InsertCXXMethodDecl(stmt, SkipBody::Yes);
179 }
180
181 void InsertArg(const FieldDecl* stmt) override
182 {

Callers

nothing calls this directly

Calls 1

AppendMethod · 0.80

Tested by

no test coverage detected