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