Home
last modified time | relevance | path

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

/linux/rust/syn/gen/
H A Dfold.rs692 fn fold_pat_rest(&mut self, i: crate::PatRest) -> crate::PatRest { in fold_pat_rest() method
693 fold_pat_rest(self, i) in fold_pat_rest()
2942 crate::Pat::Rest(_binding_0) => crate::Pat::Rest(f.fold_pat_rest(_binding_0)), in fold_pat()
3011 pub fn fold_pat_rest<F>(f: &mut F, node: crate::PatRest) -> crate::PatRest in fold_pat_rest() function
3044 rest: (node.rest).map(|it| f.fold_pat_rest(it)), in fold_pat_struct()