Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_hir/src/
Ddefinitions.rs288 pub fn def_path_table(&self) -> &DefPathTable { in def_path_table() method
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dcontext.rs923 pub fn def_path_table(self) -> &'tcx rustc_hir::definitions::DefPathTable { in def_path_table() method