Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/
Dlib.rs552 if self.options.respect_cxx_access_specs { in command_line_flags()
1589 pub fn respect_cxx_access_specs(mut self, doit: bool) -> Self { in respect_cxx_access_specs() method
1590 self.options.respect_cxx_access_specs = doit; in respect_cxx_access_specs()
1898 respect_cxx_access_specs: bool, field
2039 respect_cxx_access_specs: false, in default()
Doptions.rs939 builder = builder.respect_cxx_access_specs(true); in builder_from_flags()
/external/rust/crates/bindgen/src/codegen/
Dmod.rs1296 ctx.options().respect_cxx_access_specs) || in codegen()
1424 if is_pub || !ctx.options().respect_cxx_access_specs { in access_specifier()