Searched defs:ExprWhile (Results 1 – 8 of 8) sorted by relevance
2490 impl Parse for ExprWhile { implementation3417 impl ToTokens for ExprWhile { implementation
1084 impl Debug for ExprWhile { implementation1086 impl ExprWhile { in fmt() implementation
698 impl Eq for ExprWhile {} implementation701 impl PartialEq for ExprWhile { implementation
734 impl Clone for ExprWhile { implementation
956 impl Hash for ExprWhile { implementation
317 fn fold_expr_while(&mut self, i: ExprWhile) -> ExprWhile { in fold_expr_while()
317 fn visit_expr_while_mut(&mut self, i: &mut ExprWhile) { in visit_expr_while_mut()
316 fn visit_expr_while(&mut self, i: &'ast ExprWhile) { in visit_expr_while()