Home
last modified time | relevance | path

Searched defs:region_scope_tree (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/loops/
Dneedless_range_loop.rs61 let region_scope_tree = cx.tcx.region_scope_tree(parent_def_id); in check() localVariable
/third_party/rust/rust/compiler/rustc_mir_build/src/thir/cx/
Dmod.rs61 region_scope_tree: &'tcx region::ScopeTree, field
/third_party/rust/rust/compiler/rustc_hir_analysis/src/check/
Dregion.rs859 pub fn region_scope_tree(tcx: TyCtxt<'_>, def_id: DefId) -> &ScopeTree { in region_scope_tree() function
/third_party/rust/rust/compiler/rustc_hir_typeck/src/generator_interior/
Dmod.rs28 region_scope_tree: &'a region::ScopeTree, field
/third_party/rust/rust/compiler/rustc_mir_build/src/build/
Dmod.rs164 region_scope_tree: &'tcx region::ScopeTree, field