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

Method InsertVarDecl

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

Source from the content-addressed store, hash-verified

568
569protected:
570 bool InsertVarDecl(const VarDecl* vd) override { return mInsertVarDecl or (vd and vd->isStaticLocal()); }
571 bool SkipSpaceAfterVarDecl() override { return not mInsertVarDecl; }
572
573private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected