pub fn cpp_qualified_name_has_scope_suffix(qualified: &str, scope: &str) -> boolExpand description
Whether a structured using-declaration scope can name qualified as an
ancestor class. The boundary check prevents Base from matching
OtherBase while allowing a relative Base spelling to match ns::Base.