Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Ditem.rs487 if !ctx.options().enable_cxx_namespaces { in codegen_depth()
569 if ctx.options().enable_cxx_namespaces && in is_toplevel()
585 } else if ctx.options().enable_cxx_namespaces || in is_toplevel()
835 if ctx.options().enable_cxx_namespaces { in real_canonical_name()
1873 let in_namespace = ctx.options().enable_cxx_namespaces || in canonical_name()
1900 } else if !ctx.options().enable_cxx_namespaces { in namespace_aware_canonical_path()
/external/rust/crates/bindgen/src/
Dlib.rs423 if self.options.enable_cxx_namespaces { in command_line_flags()
1195 pub fn enable_cxx_namespaces(mut self) -> Builder { in enable_cxx_namespaces() method
1196 self.options.enable_cxx_namespaces = true; in enable_cxx_namespaces()
1693 enable_cxx_namespaces: bool, field
1996 enable_cxx_namespaces: false, in default()
Doptions.rs735 builder = builder.enable_cxx_namespaces(); in builder_from_flags()
/external/rust/crates/bindgen/src/codegen/
Dhelpers.rs119 if ctx.options().enable_cxx_namespaces { in bitfield_unit()
Dmod.rs69 if ctx.options().enable_cxx_namespaces { in top_level_path()
82 assert!(ctx.options().enable_cxx_namespaces, "Somebody messed it up"); in root_import()
542 if !ctx.options().enable_cxx_namespaces || in codegen()
1247 if ctx.options().enable_cxx_namespaces { in codegen()
1261 if ctx.options().enable_cxx_namespaces { in codegen()
1459 if ctx.options().enable_cxx_namespaces { in codegen()
3530 Ok(if ctx.options().enable_cxx_namespaces { in try_to_rust_ty()