Searched defs:child_source (Results 1 – 6 of 6) sorted by relevance
170 let child_source = self.id.parent.child_source(db.upcast()); in source() localVariable178 let child_source = self.id.parent.child_source(db.upcast()); in source() localVariable
84 fn child_source(&self, db: &dyn DefDatabase) -> InFile<ArenaMap<ChildId, Self::Value>>; in child_source() method
466 fn child_source( in child_source() method505 fn child_source( in child_source() method
809 let child_source = def.child_source(db); in variants_attrs_source_map() localVariable823 let child_source = def.child_source(db); in fields_attrs_source_map() localVariable
305 child_source: SourceInfo, field
366 fn child_source( in child_source() method436 fn child_source(&self, db: &dyn DefDatabase) -> InFile<ArenaMap<LocalFieldId, Self::Value>> { in child_source() method