Home
last modified time | relevance | path

Searched defs:block_expr (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dadd_braces.rs42 let block_expr = AstNodeEdit::indent( in add_braces() localVariable
Dconvert_while_to_loop.rs58 let block_expr = if is_pattern_cond(while_cond.clone()) { in convert_while_to_loop() localVariable
Dmove_guard.rs104 let block_expr = BlockExpr::cast(arm_body.syntax().clone())?; in move_arm_cond_to_match_guard() localVariable
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/functions/
Dmisnamed_getters.rs45 let block_expr = if_chain! { in check_fn() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/grammar/expressions/
Datom.rs520 pub(crate) fn block_expr(p: &mut Parser<'_>) { in block_expr() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Djoin_lines.rs210 let block_expr = ast::BlockExpr::cast(token.parent_ancestors().nth(1)?)?; in join_single_expr_block() localVariable
/third_party/rust/rust/compiler/rustc_expand/src/
Dbuild.rs221 pub fn block_expr(&self, expr: P<ast::Expr>) -> P<ast::Block> { in block_expr() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dmake.rs435 pub fn block_expr( in block_expr() function
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Dlib.rs2531 fn block_expr(&mut self, expr: &'hir hir::Expr<'hir>) -> &'hir hir::Block<'hir> { in block_expr() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/generated/
Dnodes.rs777 pub fn block_expr(&self) -> Option<BlockExpr> { support::child(&self.syntax) } in block_expr() method
1490 pub fn block_expr(&self) -> Option<BlockExpr> { support::child(&self.syntax) } in block_expr() method