| 1050 | ABSL_MUST_USE_RESULT MapExpr release_map_expr(); |
| 1051 | |
| 1052 | ABSL_MUST_USE_RESULT bool has_comprehension_expr() const { |
| 1053 | return absl::holds_alternative<ComprehensionExpr>(kind()); |
| 1054 | } |
| 1055 | |
| 1056 | ABSL_MUST_USE_RESULT const ComprehensionExpr& comprehension_expr() const |
| 1057 | ABSL_ATTRIBUTE_LIFETIME_BOUND { |