Home
last modified time | relevance | path

Searched defs:loop_expr (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dadd_label_to_loop.rs32 let loop_expr = loop_kw.parent().and_then(ast::LoopExpr::cast)?; in add_label_to_loop() localVariable
/third_party/rust/rust/tests/debuginfo/
Dfunction-prologue-stepping-regular.rs181 fn loop_expr(mut x: u64, y: u64, z: u64) -> u64 { in loop_expr() function
Dfunction-arg-initialization.rs283 fn loop_expr(mut x: u64, y: u64, z: u64) -> u64 { in loop_expr() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/grammar/expressions/
Datom.rs350 fn loop_expr(p: &mut Parser<'_>, m: Option<Marker>) -> CompletedMarker { in loop_expr() function
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Dexpr.rs833 let loop_expr = self.arena.alloc(hir::Expr { in lower_expr_await() localVariable
1519 let loop_expr = in lower_expr_for() localVariable