Home
last modified time | relevance | path

Searched defs:closure_expr (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/methods/
Doption_as_ref_deref.rs57 let closure_expr = peel_blocks(closure_body.value); in check() localVariable
Dmap_clone.rs27 let closure_expr = peel_blocks(closure_body.value); in check() localVariable
Dunnecessary_fold.rs67 let closure_expr = peel_blocks(closure_body.value); in check_fold_with_op() localVariable
Dfilter_map.rs28 let closure_expr = peel_blocks(body.value); in is_method() localVariable
Dbind_instead_of_map.rs151 let closure_expr = peel_blocks(closure_body.value); in check() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/grammar/expressions/
Datom.rs269 fn closure_expr(p: &mut Parser<'_>) -> CompletedMarker { in closure_expr() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/hover/
Drender.rs46 pub(super) fn closure_expr( in closure_expr() function