Searched defs:while_token (Results 1 – 4 of 4) sorted by relevance
148 let while_token = match it.while_token() { in fixup_syntax() localVariable
2494 let while_token: Token![while] = input.parse()?; in parse() localVariable
1887 "while_token": { object
1070 pub fn while_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![while]) } in while_token() method