Searched refs:fold_ident (Results 1 - 1 of 1) sorted by relevance
/third_party/rust/crates/syn/src/gen/ |
H A D | fold.rs | 410 fn fold_ident(&mut self, i: Ident) -> Ident { in fold_ident() functions 411 fold_ident(self, i) in fold_ident() 979 ident: f.fold_ident(node.ident), in fold_assoc_const() 992 ident: f.fold_ident(node.ident), in fold_assoc_type() 1030 name: (node.name).map(|it| (f.fold_ident((it).0), (it).1)), in fold_bare_fn_arg() 1042 name: (node.name).map(|it| (f.fold_ident((it).0), (it).1)), in fold_bare_variadic() 1117 ident: f.fold_ident(node.ident), in fold_const_param() 1131 ident: f.fold_ident(node.ident), in fold_constraint() 1193 ident: f.fold_ident(node.ident), in fold_derive_input() 1568 method: f.fold_ident(nod in fold_expr_method_call() 2001 pub fn fold_ident<F>(f: &mut F, node: Ident) -> Ident fold_ident() functions [all...] |
Completed in 4 milliseconds