Searched refs:TypeInfer (Results 1 – 9 of 9) sorted by relevance
| /linux/rust/syn/ |
| H A D | ty.rs | 40 Infer(TypeInfer), 142 pub struct TypeInfer { 291 TypeImplTrait, TypeInfer, TypeMacro, TypeNever, TypeParen, TypePath, TypePtr, 732 impl Parse for TypeInfer { implementation 734 Ok(TypeInfer { in parse() 1081 TypeInfer, TypeMacro, TypeNever, TypeParen, TypePath, TypePtr, TypeReference, TypeSlice, 1215 impl ToTokens for TypeInfer { implementation
|
| H A D | lib.rs | 545 TypeImplTrait, TypeInfer, TypeMacro, TypeNever, TypeParen, TypePath, TypePtr, TypeReference,
|
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 895 fn fold_type_infer(&mut self, i: crate::TypeInfer) -> crate::TypeInfer { in fold_type_infer() argument 3565 pub fn fold_type_infer<F>(f: &mut F, node: crate::TypeInfer) -> crate::TypeInfer in fold_type_infer() 3569 crate::TypeInfer { in fold_type_infer()
|
| H A D | clone.rs | 1992 impl Clone for crate::TypeInfer { implementation 1994 crate::TypeInfer { in clone()
|
| H A D | eq.rs | 1998 impl Eq for crate::TypeInfer {} implementation 2001 impl PartialEq for crate::TypeInfer { implementation
|
| H A D | debug.rs | 2845 impl Debug for crate::TypeInfer { implementation 2851 impl crate::TypeInfer { implementation
|
| H A D | visit_mut.rs | 832 fn visit_type_infer_mut(&mut self, i: &mut crate::TypeInfer) { in visit_type_infer_mut() argument 3452 pub fn visit_type_infer_mut<V>(v: &mut V, node: &mut crate::TypeInfer) in visit_type_infer_mut()
|
| H A D | visit.rs | 824 fn visit_type_infer(&mut self, i: &'ast crate::TypeInfer) { in visit_type_infer() argument 3628 pub fn visit_type_infer<'ast, V>(v: &mut V, node: &'ast crate::TypeInfer) in visit_type_infer()
|
| H A D | hash.rs | 2547 impl Hash for crate::TypeInfer { implementation
|