| 166 | { |
| 167 | public: |
| 168 | UsingCodeGenerator(OutputFormatHelper& _outputFormatHelper) |
| 169 | : CodeGenerator{_outputFormatHelper} |
| 170 | { |
| 171 | } |
| 172 | |
| 173 | using CodeGenerator::InsertArg; |
| 174 | void InsertArg(const CXXMethodDecl* stmt) override |
nothing calls this directly
no outgoing calls
no test coverage detected