Home
last modified time | relevance | path

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

/external/rust/crates/syn/src/gen/
Dfold.rs334 fn fold_ident(&mut self, i: Ident) -> Ident { in fold_ident() method
335 fold_ident(self, i) in fold_ident()
860 f.fold_ident((it).0), in fold_bare_fn_arg()
964 ident: f.fold_ident(node.ident), in fold_binding()
999 ident: f.fold_ident(node.ident), in fold_const_param()
1012 ident: f.fold_ident(node.ident), in fold_constraint()
1068 ident: f.fold_ident(node.ident), in fold_derive_input()
1429 method: f.fold_ident(node.method), in fold_expr_method_call()
1619 ident: (node.ident).map(|it| f.fold_ident(it)), in fold_field()
1759 ident: f.fold_ident(node.ident), in fold_foreign_item_static()
[all …]