Searched refs:orig_ident (Results 1 – 2 of 2) sorted by relevance
673 let orig_ident = cx.orig.ident; in make_unpin_impl() localVariable685 impl #impl_generics ::pin_project::__private::Unpin for #orig_ident #ty_generics in make_unpin_impl()693 let orig_ident = cx.orig.ident; in make_unpin_impl() localVariable710 for #orig_ident #ty_generics in make_unpin_impl()723 for #orig_ident #ty_generics in make_unpin_impl()767 let orig_ident = cx.orig.ident; in make_unpin_impl() localVariable768 let struct_ident = format_ident!("__{}", orig_ident); in make_unpin_impl()802 for #orig_ident #ty_generics in make_unpin_impl()815 for #orig_ident #ty_generics in make_unpin_impl()919 let orig_ident = cx.orig.ident; in make_proj_impl() localVariable[all …]
61 orig_ident: &Ident, in insert_lifetime_and_bound()65 let orig_type: Type = parse_quote!(#orig_ident #orig_generics); in insert_lifetime_and_bound()