| 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_; } |
nothing calls this directly
no outgoing calls
no test coverage detected