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

Method InsertVarDecl

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

Source from the content-addressed store, hash-verified

505 //! insert another one.
506
507 bool InsertVarDecl(const VarDecl*) override { return mInsertVarDecl; }
508 bool InsertComma() override { return mInsertComma; }
509 bool InsertSemi() override { return false; }
510};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected