Searched defs:expr_match (Results 1 – 4 of 4) sorted by relevance
84 let expr_match = make::expr_match(expr, match_arm_list) in replace_try_expr_with_match() localVariable
519 pub fn expr_match(&self, span: Span, arg: P<ast::Expr>, arms: ThinVec<ast::Arm>) -> P<Expr> { in expr_match() method
535 pub fn expr_match(expr: ast::Expr, match_arm_list: ast::MatchArmList) -> ast::Expr { in expr_match() function
1713 pub(super) fn expr_match( in expr_match() method