| 213 | }; |
| 214 | |
| 215 | void PostVisit(const StackRecord& record, AstVisitor* visitor) { |
| 216 | absl::visit(PostVisitor{visitor}, record.record_variant); |
| 217 | } |
| 218 | |
| 219 | void PushSelectDeps(SelectExpr* select_expr, std::stack<StackRecord>* stack) { |
| 220 | if (select_expr->has_operand()) { |