Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/codegen/
Dmod.rs88 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()
[all …]
Dimpl_partialeq.rs36 let field_name = ctx.rust_ident(field_name); in gen_partialeq_impl()
85 let name_ident = ctx.rust_ident(name); in gen_field()
Dhelpers.rs287 let name = ctx.rust_ident(name); in arguments_from_signature()
293 ctx.rust_ident(format!("arg{}", unnamed_arguments)); in arguments_from_signature()
Dimpl_debug.rs121 let name_ident = ctx.rust_ident(name); in impl_debug()
/external/rust/crates/bindgen/src/ir/
Dcontext.rs839 pub fn rust_ident<S>(&self, name: S) -> Ident in rust_ident() method