Searched refs:enable_cxx_namespaces (Results 1 – 6 of 6) sorted by relevance
496 if !ctx.options().enable_cxx_namespaces { in codegen_depth()583 if ctx.options().enable_cxx_namespaces && in is_toplevel()599 } else if ctx.options().enable_cxx_namespaces || in is_toplevel()853 if ctx.options().enable_cxx_namespaces { in real_canonical_name()1942 let in_namespace = ctx.options().enable_cxx_namespaces || in canonical_name()1969 } else if !ctx.options().enable_cxx_namespaces { in namespace_aware_canonical_path()
242 enable_cxx_namespaces: bool, field504 enable_cxx_namespaces, in builder_from_flags()785 if enable_cxx_namespaces { in builder_from_flags()786 builder = builder.enable_cxx_namespaces(); in builder_from_flags()
117 if ctx.options().enable_cxx_namespaces { in bitfield_unit()238 if ctx.options().enable_cxx_namespaces { in float_kind_rust_type()
99 if ctx.options().enable_cxx_namespaces { in top_level_path()112 assert!(ctx.options().enable_cxx_namespaces, "Somebody messed it up"); in root_import()596 if !ctx.options().enable_cxx_namespaces || in codegen()1385 if ctx.options().enable_cxx_namespaces { in wrap_union_field_if_needed()1432 if ctx.options().enable_cxx_namespaces { in codegen()3873 Ok(if ctx.options().enable_cxx_namespaces { in try_to_rust_ty()
54 .enable_cxx_namespaces() in main()
735 enable_cxx_namespaces: bool {740 pub fn enable_cxx_namespaces(mut self) -> Builder {741 self.options.enable_cxx_namespaces = true;