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

Method InsertComma

CodeGenerator.h:508–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506
507 bool InsertVarDecl(const VarDecl*) override { return mInsertVarDecl; }
508 bool InsertComma() override { return mInsertComma; }
509 bool InsertSemi() override { return false; }
510};
511//-----------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected