Home
last modified time | relevance | path

Searched defs:body_expr (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/methods/
Dunnecessary_lazy_eval.rs32 let body_expr = &body.value; in check() localVariable
Dunnecessary_to_owned.rs385 let body_expr = &body.value; in can_change_type() localVariable
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dmap_unit_fn.rs170 let body_expr = &body.value; in unit_closure() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dbody.rs51 pub body_expr: ExprId, field
/third_party/rust/rust/compiler/rustc_borrowck/src/diagnostics/
Dconflict_errors.rs1313 body_expr: Option<&'hir hir::Expr<'hir>>, in explain_iterator_advancement_in_for_loop_if_applicable() field
1387 let body_expr = hir.body(body_id).value; in suggest_using_closure_argument_instead_of_capture() localVariable
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Dexpr.rs1485 let body_expr = self.arena.alloc(self.expr_block(body_block)); in lower_expr_for() localVariable