Home
last modified time | relevance | path

Searched refs:enable_cxx_namespaces (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-cli/
Doptions.rs188 enable_cxx_namespaces: bool, field
433 enable_cxx_namespaces, in builder_from_flags()
696 if enable_cxx_namespaces { in builder_from_flags()
697 builder = builder.enable_cxx_namespaces(); in builder_from_flags()
/third_party/rust/crates/bindgen/bindgen/ir/
Ditem.rs493 if !ctx.options().enable_cxx_namespaces { in codegen_depth()
580 if ctx.options().enable_cxx_namespaces && in is_toplevel()
596 } else if ctx.options().enable_cxx_namespaces || in is_toplevel()
851 if ctx.options().enable_cxx_namespaces { in real_canonical_name()
1923 let in_namespace = ctx.options().enable_cxx_namespaces || in canonical_name()
1950 } else if !ctx.options().enable_cxx_namespaces { in namespace_aware_canonical_path()
/third_party/rust/crates/bindgen/bindgen-integration/
Dbuild.rs170 .enable_cxx_namespaces() in setup_macro_test()
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs497 if self.options.enable_cxx_namespaces { in command_line_flags()
1343 pub fn enable_cxx_namespaces(mut self) -> Builder { in enable_cxx_namespaces() method
1344 self.options.enable_cxx_namespaces = true; in enable_cxx_namespaces()
1951 enable_cxx_namespaces: bool, field
2334 enable_cxx_namespaces, in default()
/third_party/rust/crates/bindgen/bindgen/codegen/
Dhelpers.rs121 if ctx.options().enable_cxx_namespaces { in bitfield_unit()
Dmod.rs95 if ctx.options().enable_cxx_namespaces { in top_level_path()
108 assert!(ctx.options().enable_cxx_namespaces, "Somebody messed it up"); in root_import()
579 if !ctx.options().enable_cxx_namespaces || in codegen()
1353 if ctx.options().enable_cxx_namespaces { in wrap_union_field_if_needed()
1401 if ctx.options().enable_cxx_namespaces { in codegen()
3771 Ok(if ctx.options().enable_cxx_namespaces { in try_to_rust_ty()