Searched refs:respect_cxx_access_specs (Results 1 – 3 of 3) sorted by relevance
378 respect_cxx_access_specs: bool, field548 respect_cxx_access_specs, in builder_from_flags()990 if respect_cxx_access_specs { in builder_from_flags()991 builder = builder.respect_cxx_access_specs(true); in builder_from_flags()
1837 respect_cxx_access_specs: bool {1844 pub fn respect_cxx_access_specs(mut self, doit: bool) -> Self {1845 self.options.respect_cxx_access_specs = doit;
1630 match (is_declared_public, ctx.options().respect_cxx_access_specs) { in compute_visibility()2015 ctx.options().respect_cxx_access_specs, in codegen()