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