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