fn qualified_symbol_parents(graph: &SymbolGraph) -> Vec<Option<String>>Expand description
Qualify graph-only parent identity from the parser’s existing containment rows.
Sorting is O(n log n); each same-name candidate is pushed and popped at most once.