Searched refs:respect_cxx_access_specs (Results 1 – 3 of 3) sorted by relevance
375 respect_cxx_access_specs: bool, field544 respect_cxx_access_specs, in builder_from_flags()982 if respect_cxx_access_specs { in builder_from_flags()983 builder = builder.respect_cxx_access_specs(true); in builder_from_flags()
1821 respect_cxx_access_specs: bool {1828 pub fn respect_cxx_access_specs(mut self, doit: bool) -> Self {1829 self.options.respect_cxx_access_specs = doit;
1627 match (is_declared_public, ctx.options().respect_cxx_access_specs) { in compute_visibility()2011 ctx.options().respect_cxx_access_specs, in codegen()