pub fn cpp_member_using_declaration_scopes(
source: &str,
member: &str,
) -> Vec<String>Expand description
The base scopes named by member using-declarations for member in one
class source range.
The grammar supplies the qualified identifier and each component. Keep
this interpretation shared between forward overload lookup and inverse
owner routing rather than reparsing a rendered Base::member string at
either call site.