Searched defs:TypePath (Results 1 – 10 of 10) sorted by relevance
25 fn self_ty(&self, span: Span) -> TypePath { in self_ty()91 fn visit_type_path_mut(&mut self, ty: &mut TypePath) { in visit_type_path_mut()157 fn visit_type_path_mut_impl(&mut self, ty: &mut TypePath) { in visit_type_path_mut_impl()
22 self_type: Option<&TypePath>, in gen_function()109 self_type: Option<&TypePath>, in gen_block()
838 impl Parse for TypePath { implementation1210 impl ToTokens for TypePath { implementation
1956 impl Eq for TypePath {} implementation1959 impl PartialEq for TypePath { implementation
2022 impl Clone for TypePath { implementation
2596 impl Hash for TypePath { implementation
698 fn fold_type_path(&mut self, i: TypePath) -> TypePath { in fold_type_path()
695 fn visit_type_path_mut(&mut self, i: &mut TypePath) { in visit_type_path_mut()
2766 impl Debug for TypePath { implementation
694 fn visit_type_path(&mut self, i: &'ast TypePath) { in visit_type_path()