Home
last modified time | relevance | path

Searched defs:child_source (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dhas_source.rs170 let child_source = self.id.parent.child_source(db.upcast()); in source() localVariable
178 let child_source = self.id.parent.child_source(db.upcast()); in source() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dsrc.rs84 fn child_source(&self, db: &dyn DefDatabase) -> InFile<ArenaMap<ChildId, Self::Value>>; in child_source() method
Dgenerics.rs466 fn child_source( in child_source() method
505 fn child_source( in child_source() method
Dattr.rs809 let child_source = def.child_source(db); in variants_attrs_source_map() localVariable
823 let child_source = def.child_source(db); in fields_attrs_source_map() localVariable
/third_party/rust/rust/compiler/rustc_mir_transform/src/
Dearly_otherwise_branch.rs305 child_source: SourceInfo, field
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/data/
Dadt.rs366 fn child_source( in child_source() method
436 fn child_source(&self, db: &dyn DefDatabase) -> InFile<ArenaMap<LocalFieldId, Self::Value>> { in child_source() method