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
184 fn self_ty(&self, span: Span) -> TypePath { in self_ty() method228 let self_ty = self.self_ty(first.ident.span()); in self_to_expr_path() localVariable253 let self_ty = self.self_ty(ident.span()); in visit_token_stream() localVariable
210 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
207 mod self_ty { module
903 let self_ty = &imp.self_ty; in parse_impl() localVariable942 let mut self_ty = *imp.self_ty; in parse_impl() localVariable
26 let self_ty = parse_quote!(#ident #ty_generics); in parse_derive() localVariable
2492 let self_ty: Type; in parse_impl() localVariable