Home
last modified time | relevance | path

Searched defs:DefPath (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/rust/compiler/rustc_hir/src/
Ddefinitions.rs184 pub struct DefPath { struct
186 pub data: Vec<DisambiguatedDefPathData>, argument
192 impl DefPath { argument
312 pub fn def_path(&self, id: LocalDefId) -> DefPath { in def_path()
/third_party/rust/rust/compiler/rustc_symbol_mangling/src/
Derrors.rs20 DefPath, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp498 struct DefPath { struct in __anon5fe2ac0f0511::ClobberWalker
499 MemoryLocation Loc;
502 MemoryAccess *First;
503 MemoryAccess *Last;
504 Optional<ListIndex> Previous;
506 DefPath(const MemoryLocation &Loc, MemoryAccess *First, MemoryAccess *Last, in DefPath() argument
510 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() argument
/third_party/rust/rust/compiler/rustc_session/src/
Dcstore.rs230 fn def_path(&self, def: DefId) -> DefPath; in def_path()
/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/decoder/
Dcstore_impl.rs613 fn def_path(&self, def: DefId) -> DefPath { in def_path()
/third_party/rust/rust/compiler/rustc_middle/src/hir/map/
Dmod.rs160 pub fn def_path(self, def_id: LocalDefId) -> DefPath { in def_path()
/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/
Ddecoder.rs1284 fn def_path(self, id: DefIndex) -> DefPath { in def_path()
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dcontext.rs782 pub fn def_path(self, id: DefId) -> rustc_hir::definitions::DefPath { in def_path()