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

Method InsertSemi

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

Source from the content-addressed store, hash-verified

285 virtual bool SkipSpaceAfterVarDecl() { return false; }
286 virtual bool InsertComma() { return false; }
287 virtual bool InsertSemi() { return true; }
288 virtual bool InsertNamespace() const { return false; }
289
290 /// \brief Show casts to xvalues independent from the show all casts option.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected