Home
last modified time | relevance | path

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

/linux/rust/syn/gen/
H A Dfold.rs258 fn fold_expr_match(&mut self, i: crate::ExprMatch) -> crate::ExprMatch { in fold_expr_match() method
259 fold_expr_match(self, i) in fold_expr_match()
1387 crate::Expr::Match(full!(f.fold_expr_match(_binding_0))) in fold_expr()
1730 pub fn fold_expr_match<F>(f: &mut F, node: crate::ExprMatch) -> crate::ExprMatch in fold_expr_match() function