pub fn collect_qualified_references(module: &Module) -> Vec<(String, String)>Expand description
Collect all qualified-name references (qualifier/Name) from a module.
Returns (qualifier, name) pairs. Used by multi-file checking to build the
cross-module reference map so that shared declarations are not flagged as
unused.