Searched defs:ExprInfer (Results 1 – 9 of 9) sorted by relevance
431 fn expr_infer(&mut self, expr: &ExprInfer) { in expr_infer()
2039 impl Parse for ExprInfer { implementation3060 impl ToTokens for ExprInfer { implementation
769 impl Debug for ExprInfer { implementation771 impl ExprInfer { in fmt() implementation
505 impl Eq for ExprInfer {} implementation508 impl PartialEq for ExprInfer { implementation
514 impl Clone for ExprInfer { implementation
735 impl Hash for ExprInfer { implementation
184 fn visit_expr_infer_mut(&mut self, i: &mut ExprInfer) { in visit_expr_infer_mut()
184 fn fold_expr_infer(&mut self, i: ExprInfer) -> ExprInfer { in fold_expr_infer()
183 fn visit_expr_infer(&mut self, i: &'ast ExprInfer) { in visit_expr_infer()