pub fn call_arguments_node(node: Node<'_>) -> Option<Node<'_>>Expand description
The argument list a call-shaped node supplies: f(args), new T(args),
T{args} and the member initializer : field(args), whose grammar gives its
argument list no field name.