Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Dexpr.rs490 let expr_break = self.expr_break(span); in lower_expr_while_in_loop_scope() localVariable
780 let expr_break = in lower_expr_await() localVariable
1723 fn expr_break(&mut self, span: Span) -> hir::Expr<'hir> { in expr_break() method
1724 let expr_break = hir::ExprKind::Break(self.lower_loop_destination(None), None); in expr_break() localVariable
1729 let expr_break = self.expr_break(span); in expr_break_alloc() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dmake.rs510 pub fn expr_break(label: Option<ast::Lifetime>, expr: Option<ast::Expr>) -> ast::Expr { in expr_break() function
/third_party/rust/crates/syn/src/
Dexpr.rs2567 fn expr_break(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprBreak> { in expr_break() function