Home
last modified time | relevance | path

Searched refs:is_late_bound_map (Results 1 – 4 of 4) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/
H A Duniversal_regions.rs828 if let Some((owner, late_bounds)) = tcx.is_late_bound_map(fn_def_id.expect_local()) { in for_each_late_bound_region_defined_on()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_resolve/src/late/
H A Dlifetimes.rs378 is_late_bound_map, in provide()
538 fn is_late_bound_map<'tcx>( in is_late_bound_map() function
558 tcx.is_late_bound_map(def_id.expect_local()) in is_late_bound_map()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/query/
H A Dmod.rs1433 query is_late_bound_map(_: LocalDefId) ->
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Dcontext.rs2700 self.is_late_bound_map(id.owner) in is_late_bound()