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