Home
last modified time | relevance | path

Searched defs:def_key (Results 1 – 12 of 12) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_llvm/src/debuginfo/
Dnamespace.rs25 let def_key = cx.tcx.def_key(def_id); in item_namespace() localVariable
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/debuginfo/
Dtype_names.rs540 let def_key = tcx.def_key(def_id); in push_item_name() localVariable
707 let def_key = tcx.def_key(def_id); in push_closure_or_generator_name() localVariable
/third_party/rust/rust/compiler/rustc_hir/src/
Ddefinitions.rs72 pub fn def_key(&self, index: DefIndex) -> DefKey { in def_key() method
298 pub fn def_key(&self, id: LocalDefId) -> DefKey { in def_key() method
/third_party/rust/rust/compiler/rustc_query_impl/src/
Dprofiling_support.rs34 let def_key = self.tcx.def_key(def_id); in def_id_to_string_id() localVariable
/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/
Dencoder.rs458 let def_key = self.lazy(table.def_key(def_index)); in encode_def_path_table() localVariable
465 let def_key = self.lazy(def_key); in encode_def_path_table() localVariable
1813 let mut def_key = self.tcx.hir().def_key(id); in encode_proc_macros() localVariable
Ddecoder.rs766 let def_key = self.def_key(item_index); in opt_item_name() localVariable
1148 let def_key = self.def_key(id); in get_item_attrs() localVariable
1275 fn def_key(self, index: DefIndex) -> DefKey { in def_key() method
/third_party/rust/rust/compiler/rustc_session/src/
Dcstore.rs229 fn def_key(&self, def: DefId) -> DefKey; in def_key() method
/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/decoder/
Dcstore_impl.rs609 fn def_key(&self, def: DefId) -> DefKey { in def_key() method
/third_party/rust/rust/compiler/rustc_middle/src/hir/map/
Dmod.rs155 pub fn def_key(self, def_id: LocalDefId) -> DefKey { in def_key() method
/third_party/rust/rust/compiler/rustc_middle/src/ty/print/
Dpretty.rs1177 let def_key = self.tcx().def_key(alias_ty.def_id); in pretty_print_inherent_projection() localVariable
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dcontext.rs767 pub fn def_key(self, id: impl IntoQueryParam<DefId>) -> rustc_hir::definitions::DefKey { in def_key() method
Dmod.rs2320 let def_key = self.def_key(def_id); in opt_item_name() localVariable