Searched defs:method_sig (Results 1 – 4 of 4) sorted by relevance
3515 let method_sig = cx.tcx.fn_sig(impl_item.owner_id).subst_identity(); in check_impl_item() localVariable3516 let method_sig = cx.tcx.erase_late_bound_regions(method_sig); in check_impl_item() localVariable
136 let method_sig = ty::Binder::dummy(method_sig); in confirm() localVariable
852 let method_sig = method_callee.sig; in resolve() localVariable
322 const char *method_sig; /* The signature of the received message. */ member