Home
last modified time | relevance | path

Searched refs:TypeInfer (Results 1 – 9 of 9) sorted by relevance

/linux/rust/syn/
H A Dty.rs40 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 Dlib.rs545 TypeImplTrait, TypeInfer, TypeMacro, TypeNever, TypeParen, TypePath, TypePtr, TypeReference,
/linux/rust/syn/gen/
H A Dfold.rs895 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 Dclone.rs1992 impl Clone for crate::TypeInfer { implementation
1994 crate::TypeInfer { in clone()
H A Deq.rs1998 impl Eq for crate::TypeInfer {} implementation
2001 impl PartialEq for crate::TypeInfer { implementation
H A Ddebug.rs2845 impl Debug for crate::TypeInfer { implementation
2851 impl crate::TypeInfer { implementation
H A Dvisit_mut.rs832 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 Dvisit.rs824 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 Dhash.rs2547 impl Hash for crate::TypeInfer { implementation