Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/middle/
Dregion.rs382 pub fn var_scope(&self, var_id: hir::ItemLocalId) -> Option<Scope> { in var_scope() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/debuginfo/
Dmetadata.rs1236 let var_scope = get_namespace_for_item(cx, def_id); in build_global_var_di_node() localVariable