Home
last modified time | relevance | path

Searched defs:while_token (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-expand/src/
Dfixup.rs148 let while_token = match it.while_token() { in fixup_syntax() localVariable
/third_party/rust/crates/syn/src/
Dexpr.rs2494 let while_token: Token![while] = input.parse()?; in parse() localVariable
/third_party/rust/crates/syn/
Dsyn.json1887 "while_token": { object
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/generated/
Dnodes.rs1070 pub fn while_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![while]) } in while_token() method