Searched defs:self_ty (Results 1 – 8 of 8) sorted by relevance
12 let self_ty = { in replace_receiver() localVariable25 fn self_ty(&self, span: Span) -> TypePath { in self_ty() method57 let self_ty = self.self_ty(path.segments[0].ident.span()); in self_to_expr_path() localVariable
196 fn self_ty(&self, span: Span) -> TypePath { in self_ty() method240 let self_ty = self.self_ty(first.ident.span()); in self_to_expr_path() localVariable265 let self_ty = self.self_ty(ident.span()); in visit_token_stream() localVariable
208 let self_ty = if let Type::Path(ty) = &*item.self_ty { ty } else { unreachable!() }; in expand_impl() localVariable
57 fn self_ty() { in self_ty() function
209 mod self_ty { module
1012 let self_ty = &imp.self_ty; in parse_impl() localVariable1051 let mut self_ty = *imp.self_ty; in parse_impl() localVariable
26 let self_ty = parse_quote!(#ident #ty_generics); in parse_derive() localVariable
2457 let self_ty: Type; in parse_impl() localVariable