MCPcopy Create free account
hub / github.com/dfranx/ShaderDebugger / ~FuncDef

Method ~FuncDef

libs/wgtcc/ast.h:695–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693 public:
694 static FuncDef* New(Identifier* ident, LabelStmt* retLabel);
695 virtual ~FuncDef() {}
696 virtual void Accept(Visitor* v);
697 pp::FuncType* FuncType() { return ident_->Type()->ToFunc(); }
698 CompoundStmt* Body() { return body_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected