Home
last modified time | relevance | path

Searched defs:match_expr (Results 1 – 11 of 11) sorted by relevance

/third_party/rust/rust/tests/ui/async-await/
Dasync-closure-matches-expr.rs6 macro_rules! match_expr { macro
Dasync-matches-expr.rs4 macro_rules! match_expr { macro
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dreplace_if_let_with_match.rs112 let match_expr = { in replace_if_let_with_match() localVariable
133 let match_expr = make::expr_match(scrutinee_to_be_expr, make::match_arm_list(arms)); in replace_if_let_with_match() localVariable
214 let match_expr: ast::MatchExpr = ctx.find_node_at_offset()?; in replace_match_with_if_let() localVariable
Dconvert_two_arm_bool_match_to_matches_macro.rs27 let match_expr = ctx.find_node_at_offset::<ast::MatchExpr>()?; in convert_two_arm_bool_match_to_matches_macro() localVariable
Dadd_missing_match_arms.rs41 let match_expr = ctx.find_node_at_offset_with_descend::<ast::MatchExpr>()?; in add_missing_match_arms() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/grammar/expressions/
Datom.rs409 fn match_expr(p: &mut Parser<'_>) -> CompletedMarker { in match_expr() function
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Dformat.rs546 let match_expr = ctx.arena.alloc(ctx.expr_match( in expand_format_args() localVariable
Dexpr.rs800 let match_expr = self.expr_match( in lower_expr_await() localVariable
1495 let match_expr = { in lower_expr_for() localVariable
1535 let match_expr = self.arena.alloc(self.expr_match( in lower_expr_for() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-ssr/src/
Dtests.rs372 fn match_expr() { in match_expr() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/utils/
Dgen_trait_fn_body.rs242 let match_expr = make::expr_match(match_target, list); in gen_debug_impl() localVariable
/third_party/rust/rust/compiler/rustc_mir_build/src/build/matches/
Dmod.rs159 pub(crate) fn match_expr( in match_expr() method