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

Method GetFrameName

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

Source from the content-addressed store, hash-verified

565 void InsertCoroutine(const FunctionDecl& fd, const CoroutineBodyStmt* body);
566
567 std::string GetFrameName() const { return mFrameName; }
568
569protected:
570 bool InsertVarDecl(const VarDecl* vd) override { return mInsertVarDecl or (vd and vd->isStaticLocal()); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected