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

Method SkipSpaceAfterVarDecl

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected