• Home
  • Raw
  • Download

Lines Matching refs:rust_ident

88     let root_ident = ctx.rust_ident(&root);  in root_import()
573 let ident = ctx.rust_ident(name); in codegen()
612 let canonical_ident = ctx.rust_ident(&canonical_name); in codegen()
774 let rust_name = ctx.rust_ident(&name); in codegen()
860 let rust_name = ctx.rust_ident(&name); in codegen()
1041 let name = ctx.rust_ident(&self.canonical_name(ctx)); in codegen()
1064 let name = ctx.rust_ident(self.canonical_name(ctx)); in try_to_rust_ty()
1475 let align_field_ident = ctx.rust_ident(&align_field_name); in codegen()
1489 let unit_field_ident = ctx.rust_ident(&unit_field_name); in codegen()
1712 let canonical_ident = ctx.rust_ident(&canonical_name); in codegen()
1757 let field_name = ctx.rust_ident(&base.field_name); in codegen()
1905 let ident = ctx.rust_ident(name); in codegen()
1909 let field_name = ctx.rust_ident(format!("_phantom_{}", idx)); in codegen()
2095 let field_name = ctx.rust_ident(name); in codegen()
2335 let function_name = ctx.rust_ident(function_name); in codegen_method()
2424 let name = ctx.rust_ident(&name); in codegen_method()
2660 let name = ctx.rust_ident(variant_name); in with_variant()
2677 let enum_ident = ctx.rust_ident(canonical_name); in with_variant()
2678 let variant_ident = ctx.rust_ident(variant_name); in with_variant()
2686 let ident = ctx.rust_ident(match mangling_prefix { in with_variant()
2711 let ident = ctx.rust_ident(constant_name); in with_variant()
2724 let name = ctx.rust_ident(variant_name); in with_variant()
2725 let ty = ctx.rust_ident(CONSTIFIED_ENUM_MODULE_REPR_NAME); in with_variant()
2828 let ident = ctx.rust_ident(module_name); in build()
2853 let ident = ctx.rust_ident(&name); in codegen()
2984 let constant_name = ctx.rust_ident(constant_name); in codegen()
3105 let variant_name = ctx.rust_ident(variant.name()); in codegen()
3632 let ident = ctx.rust_ident(&name); in try_to_rust_ty()
3644 let name = ctx.rust_ident(interface.name()); in try_to_rust_ty()
3691 def_path.into_iter().map(|p| ctx.rust_ident(p)), in try_to_rust_ty()
3883 let ident = ctx.rust_ident(canonical_name); in codegen()
3946 let class_name = ctx.rust_ident( in objc_method_codegen()
3961 ctx.rust_ident(format!("{}{}", prefix, method.rust_name())); in objc_method_codegen()
4005 let trait_name = ctx.rust_ident(self.rust_name()); in codegen()
4013 .map(|g| ctx.rust_ident(g)) in codegen()
4029 let class_name = ctx.rust_ident(self.name()); in codegen()
4056 let protocol_name = ctx.rust_ident( in codegen()
4082 let parent_name = ctx.rust_ident(parent.rust_name()); in codegen()
4087 .map(|g| ctx.rust_ident(g)) in codegen()
4101 let protocol_name = ctx.rust_ident( in codegen()
4115 let parent_struct = ctx.rust_ident(parent_struct_name); in codegen()
4152 .map(|g| ctx.rust_ident(g)) in codegen()
4208 let lib_ident = context.rust_ident(lib_name); in codegen()
4588 let name = ctx.rust_ident(interface.name()); in fnsig_arguments()
4608 let arg_name = ctx.rust_ident(arg_name); in fnsig_arguments()
4641 let arg_name = ctx.rust_ident(arg_name); in fnsig_argument_identifiers()