Home
last modified time | relevance | path

Searched defs:expr_match (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dreplace_try_expr_with_match.rs84 let expr_match = make::expr_match(expr, match_arm_list) in replace_try_expr_with_match() localVariable
/third_party/rust/rust/compiler/rustc_expand/src/
Dbuild.rs519 pub fn expr_match(&self, span: Span, arg: P<ast::Expr>, arms: ThinVec<ast::Arm>) -> P<Expr> { in expr_match() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dmake.rs535 pub fn expr_match(expr: ast::Expr, match_arm_list: ast::MatchArmList) -> ast::Expr { in expr_match() function
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Dexpr.rs1713 pub(super) fn expr_match( in expr_match() method