Searched refs:enable_cxx_namespaces (Results 1 – 6 of 6) sorted by relevance
188 enable_cxx_namespaces: bool, field433 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()
493 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()
170 .enable_cxx_namespaces() in setup_macro_test()
497 if self.options.enable_cxx_namespaces { in command_line_flags()1343 pub fn enable_cxx_namespaces(mut self) -> Builder { in enable_cxx_namespaces() method1344 self.options.enable_cxx_namespaces = true; in enable_cxx_namespaces()1951 enable_cxx_namespaces: bool, field2334 enable_cxx_namespaces, in default()
121 if ctx.options().enable_cxx_namespaces { in bitfield_unit()
95 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()