| 331 | static const CallExpr& default_instance(); |
| 332 | |
| 333 | static std::string release(std::string& property) { |
| 334 | std::string result; |
| 335 | result.swap(property); |
| 336 | return result; |
| 337 | } |
| 338 | |
| 339 | static std::unique_ptr<Expr> release(std::unique_ptr<Expr>& property); |
| 340 |