Home
last modified time | relevance | path

Searched defs:replace_region (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dfold.rs136 fn replace_region(&mut self, br: ty::BoundRegion) -> ty::Region<'tcx>; in replace_region() method
148 fn replace_region(&mut self, br: ty::BoundRegion) -> ty::Region<'tcx> { in replace_region() method
383 fn replace_region(&mut self, br: ty::BoundRegion) -> ty::Region<'tcx> { in anonymize_bound_vars() method
/third_party/rust/rust/compiler/rustc_infer/src/infer/
Dmod.rs1376 fn replace_region(&mut self, br: ty::BoundRegion) -> ty::Region<'tcx> { in instantiate_binder_with_fresh_vars() method