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

Method InsertSemi

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected