Home
last modified time | relevance | path

Searched refs:while_token (Results 1 – 6 of 6) sorted by relevance

/linux/rust/syn/
H A Dexpr.rs702 pub while_token: Token![while],
2645 let while_token: Token![while] = input.parse()?; in parse() localVariable
2656 while_token, in parse()
4068 self.while_token.to_tokens(tokens); in to_tokens()
/linux/rust/syn/gen/
H A Dclone.rs766 while_token: self.while_token.clone(), in clone()
H A Dfold.rs1943 while_token: node.while_token, in fold_expr_while()
H A Ddebug.rs1176 formatter.field("while_token", &self.while_token); in debug()
H A Dvisit_mut.rs1903 skip!(node.while_token); in visit_expr_while_mut()
H A Dvisit.rs1981 skip!(node.while_token); in visit_expr_while()