Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_hir/src/
Ddefinitions.rs250 pub enum DefPathData { enum
401 impl DefPathData { impl
432 impl fmt::Display for DefPathData { implementation
/third_party/rust/rust/compiler/rustc_resolve/src/
Ddef_collector.rs29 fn create_def(&mut self, node_id: NodeId, data: DefPathData, span: Span) -> LocalDefId { in create_def()
Dlib.rs1169 data: DefPathData, in create_def()
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Dlib.rs492 data: DefPathData, in create_def()
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dcontext.rs870 data: hir::definitions::DefPathData, in create_def()