Searched refs:fold_ident (Results 1 – 1 of 1) sorted by relevance
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 444 fn fold_ident(&mut self, i: proc_macro2::Ident) -> proc_macro2::Ident { in fold_ident() method 445 fold_ident(self, i) in fold_ident() 1077 ident: f.fold_ident(node.ident), in fold_assoc_const() 1090 ident: f.fold_ident(node.ident), in fold_assoc_type() 1128 name: (node.name).map(|it| (f.fold_ident((it).0), (it).1)), in fold_bare_fn_arg() 1140 name: (node.name).map(|it| (f.fold_ident((it).0), (it).1)), in fold_bare_variadic() 1223 crate::CapturedParam::Ident(f.fold_ident(_binding_0)) in fold_captured_param() 1236 ident: f.fold_ident(node.ident), in fold_const_param() 1250 ident: f.fold_ident(node.ident), in fold_constraint() 1316 ident: f.fold_ident(node.ident), in fold_derive_input() [all …]
|