pub fn visit_select_option_name<'ast, V, T>( visitor: &mut V, node: &'ast SelectOptionName, )where T: AstInfo, V: Visit<'ast, T> + ?Sized,