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

Method UsingCodeGenerator

CodeGenerator.cpp:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166{
167public:
168 UsingCodeGenerator(OutputFormatHelper& _outputFormatHelper)
169 : CodeGenerator{_outputFormatHelper}
170 {
171 }
172
173 using CodeGenerator::InsertArg;
174 void InsertArg(const CXXMethodDecl* stmt) override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected