The type of traversal from parent to this node.
| 185 | |
| 186 | // The type of traversal from parent to this node. |
| 187 | ChildKind parent_relation() const { return data_.parent_relation; } |
| 188 | |
| 189 | // The type of this node, analogous to Expr::ExprKindCase. |
| 190 | NodeKind node_kind() const { return data_.node_kind; } |
no outgoing calls