Home
last modified time | relevance | path

Searched refs:ExprWhile (Results 1 – 10 of 10) sorted by relevance

/linux/rust/syn/
H A Dprecedence.rs12 ExprTryBlock, ExprTuple, ExprUnsafe, ExprWhile, ExprYield,
153 | Expr::While(ExprWhile { attrs, .. }) => prefix_attrs(attrs), in of()
H A Dexpr.rs246 While(ExprWhile),
699 pub struct ExprWhile #full {
966 | Expr::While(ExprWhile { attrs, .. }) in replace_attrs()
1186 ExprWhile, ExprYield, Label, PointerMutability, RangeLimits,
1885 Expr::While(ExprWhile { label, .. }) in atom_labeled()
2641 impl Parse for ExprWhile { implementation
2653 Ok(ExprWhile { in parse()
3134 ExprWhile, ExprYield, Label, PointerMutability, RangeLimits,
4064 impl ToTokens for ExprWhile { implementation
H A Dlib.rs386 ExprWhile, ExprYield,
/linux/rust/syn/gen/
H A Dfold.rs336 fn fold_expr_while(&mut self, i: crate::ExprWhile) -> crate::ExprWhile { in fold_expr_while() argument
1936 pub fn fold_expr_while<F>(f: &mut F, node: crate::ExprWhile) -> crate::ExprWhile in fold_expr_while()
1940 crate::ExprWhile { in fold_expr_while()
H A Dclone.rs761 impl Clone for crate::ExprWhile { implementation
763 crate::ExprWhile { in clone()
H A Deq.rs744 impl Eq for crate::ExprWhile {} implementation
747 impl PartialEq for crate::ExprWhile { implementation
H A Ddebug.rs1165 impl Debug for crate::ExprWhile { implementation
1171 impl crate::ExprWhile { implementation
H A Dvisit_mut.rs334 fn visit_expr_while_mut(&mut self, i: &mut crate::ExprWhile) { in visit_expr_while_mut() argument
1895 pub fn visit_expr_while_mut<V>(v: &mut V, node: &mut crate::ExprWhile) in visit_expr_while_mut()
H A Dvisit.rs326 fn visit_expr_while(&mut self, i: &'ast crate::ExprWhile) { in visit_expr_while() argument
1971 pub fn visit_expr_while<'ast, V>(v: &mut V, node: &'ast crate::ExprWhile) in visit_expr_while()
H A Dhash.rs992 impl Hash for crate::ExprWhile { implementation