Home
last modified time | relevance | path

Searched defs:expr_opt (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dremove_dbg.rs193 let expr_opt = match compute_dbg_replacement(mac.clone()) { in replace_nested_dbgs() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/context/
Danalysis.rs1178 … let expr_opt = find_opt_node_in_file(&original_file, match_expr.expr()); in pattern_context_for() localVariable
/third_party/rust/rust/src/tools/rustfmt/src/
Ditems.rs1917 expr_opt: Option<&'a ptr::P<ast::Expr>>, field