Searched defs:block_expr (Results 1 – 10 of 10) sorted by relevance
42 let block_expr = AstNodeEdit::indent( in add_braces() localVariable
58 let block_expr = if is_pattern_cond(while_cond.clone()) { in convert_while_to_loop() localVariable
104 let block_expr = BlockExpr::cast(arm_body.syntax().clone())?; in move_arm_cond_to_match_guard() localVariable
45 let block_expr = if_chain! { in check_fn() localVariable
520 pub(crate) fn block_expr(p: &mut Parser<'_>) { in block_expr() function
210 let block_expr = ast::BlockExpr::cast(token.parent_ancestors().nth(1)?)?; in join_single_expr_block() localVariable
221 pub fn block_expr(&self, expr: P<ast::Expr>) -> P<ast::Block> { in block_expr() method
435 pub fn block_expr( in block_expr() function
2531 fn block_expr(&mut self, expr: &'hir hir::Expr<'hir>) -> &'hir hir::Block<'hir> { in block_expr() method
777 pub fn block_expr(&self) -> Option<BlockExpr> { support::child(&self.syntax) } in block_expr() method1490 pub fn block_expr(&self) -> Option<BlockExpr> { support::child(&self.syntax) } in block_expr() method