| 458 | //----------------------------------------------------------------------------- |
| 459 | |
| 460 | ReturnStmt* Return(Expr* stmt) |
| 461 | { |
| 462 | return ReturnStmt::Create(GetGlobalAST(), {}, stmt, nullptr); |
| 463 | } |
| 464 | //----------------------------------------------------------------------------- |
| 465 | |
| 466 | ReturnStmt* Return(const ValueDecl* stmt) |
no test coverage detected