The type of this node, analogous to Expr::ExprKindCase.
| 188 | |
| 189 | // The type of this node, analogous to Expr::ExprKindCase. |
| 190 | NodeKind node_kind() const { return data_.node_kind; } |
| 191 | |
| 192 | // The number of nodes in the tree rooted at this node (including self). |
| 193 | size_t tree_size() const { return data_.tree_size; } |
no outgoing calls