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

Method InsertVarDecl

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

Source from the content-addressed store, hash-verified

282
283protected:
284 virtual bool InsertVarDecl(const VarDecl*) { return true; }
285 virtual bool SkipSpaceAfterVarDecl() { return false; }
286 virtual bool InsertComma() { return false; }
287 virtual bool InsertSemi() { return true; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected