Searched defs:replace_ty (Results 1 – 3 of 3) sorted by relevance
137 fn replace_ty(&mut self, bt: ty::BoundTy) -> Ty<'tcx>; in replace_ty() method151 fn replace_ty(&mut self, bt: ty::BoundTy) -> Ty<'tcx> { in replace_ty() method393 fn replace_ty(&mut self, bt: ty::BoundTy) -> Ty<'tcx> { in anonymize_bound_vars() method
1386 fn replace_ty(&mut self, bt: ty::BoundTy) -> Ty<'tcx> { in instantiate_binder_with_fresh_vars() method
4178 replace_ty: Ty<'tcx>, field