Home
last modified time | relevance | path

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

/linux/rust/syn/gen/
H A Dfold.rs579 fn fold_lifetime(&mut self, i: crate::Lifetime) -> crate::Lifetime { in fold_lifetime() method
580 fold_lifetime(self, i) in fold_lifetime()
1220 crate::CapturedParam::Lifetime(f.fold_lifetime(_binding_0)) in fold_captured_param()
1525 label: (node.label).map(|it| f.fold_lifetime(it)), in fold_expr_break()
1596 label: (node.label).map(|it| f.fold_lifetime(it)), in fold_expr_continue()
2186 crate::GenericArgument::Lifetime(f.fold_lifetime(_binding_0)) in fold_generic_argument()
2674 name: f.fold_lifetime(node.name), in fold_label()
2678 pub fn fold_lifetime<F>(f: &mut F, node: crate::Lifetime) -> crate::Lifetime in fold_lifetime() function
2698 lifetime: f.fold_lifetime(node.lifetime), in fold_lifetime_param()
2700 bounds: crate::punctuated::fold(node.bounds, f, F::fold_lifetime), in fold_lifetime_param()
[all …]