Home
last modified time | relevance | path

Searched refs:respect_cxx_access_specs (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/bindgen-cli/
Doptions.rs375 respect_cxx_access_specs: bool, field
544 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()
/external/rust/crates/bindgen/options/
Dmod.rs1821 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;
/external/rust/crates/bindgen/codegen/
Dmod.rs1627 match (is_declared_public, ctx.options().respect_cxx_access_specs) { in compute_visibility()
2011 ctx.options().respect_cxx_access_specs, in codegen()