| 792 | ABSL_MUST_USE_RESULT std::unique_ptr<Expr> release_loop_condition(); |
| 793 | |
| 794 | ABSL_MUST_USE_RESULT bool has_loop_step() const { |
| 795 | return loop_step_ != nullptr; |
| 796 | } |
| 797 | |
| 798 | ABSL_MUST_USE_RESULT const Expr& loop_step() const |
| 799 | ABSL_ATTRIBUTE_LIFETIME_BOUND; |
no outgoing calls