Searched defs:ExprInfer (Results 1 – 17 of 17) sorted by relevance
437 fn expr_infer(&mut self, expr: &ExprInfer) { in expr_infer()
2270 impl Parse for ExprInfer { implementation3316 impl ToTokens for ExprInfer { implementation
513 impl Eq for crate::ExprInfer {} implementation516 impl PartialEq for crate::ExprInfer { implementation
510 impl Clone for crate::ExprInfer { implementation
787 impl Debug for crate::ExprInfer { implementation793 impl crate::ExprInfer { implementation
731 impl Hash for crate::ExprInfer { implementation
220 fn visit_expr_infer_mut(&mut self, i: &mut crate::ExprInfer) { in visit_expr_infer_mut()
223 fn fold_expr_infer(&mut self, i: crate::ExprInfer) -> crate::ExprInfer { in fold_expr_infer()
219 fn visit_expr_infer(&mut self, i: &'ast crate::ExprInfer) { in visit_expr_infer()