Searched defs:expr_break (Results 1 – 3 of 3) sorted by relevance
490 let expr_break = self.expr_break(span); in lower_expr_while_in_loop_scope() localVariable780 let expr_break = in lower_expr_await() localVariable1723 fn expr_break(&mut self, span: Span) -> hir::Expr<'hir> { in expr_break() method1724 let expr_break = hir::ExprKind::Break(self.lower_loop_destination(None), None); in expr_break() localVariable1729 let expr_break = self.expr_break(span); in expr_break_alloc() localVariable
510 pub fn expr_break(label: Option<ast::Lifetime>, expr: Option<ast::Expr>) -> ast::Expr { in expr_break() function
2567 fn expr_break(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprBreak> { in expr_break() function