| 436 | virtual bool IsLVal() { return false; } |
| 437 | ArgList* Args() { return &args_; } |
| 438 | Expr* Designator() { return designator_; } |
| 439 | const std::string& Name() const { return tok_->str_; } |
| 440 | pp::FuncType* FuncType() { return designator_->Type()->ToFunc(); } |
| 441 | virtual void TypeChecking(); |
nothing calls this directly
no outgoing calls
no test coverage detected