pub fn first_ancestor_expr(node: LinkedNode<'_>) -> Option<LinkedNode<'_>>
Finds the first ancestor node that is an expression.