Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/
Ddecl_check.rs362 fn validate_struct(&mut self, struct_id: StructId) { in validate_struct()
412 struct_id: StructId, in create_incorrect_case_diagnostic_for_struct()
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dlang_item.rs56 pub fn as_struct(self) -> Option<StructId> { in as_struct()
Dlib.rs255 pub struct StructId(salsa::InternId); struct
453 StructId(StructId), enumerator
856 StructId(StructId), enumerator
Dresolver.rs114 StructId(StructId), enumerator
130 pub fn resolve_known_struct(&self, db: &dyn DefDatabase, path: &ModPath) -> Option<StructId> { in resolve_known_struct()
Ddb.rs38 fn intern_struct(&self, loc: StructLoc) -> StructId; in intern_struct()
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/semantics/
Dsource_to_def.rs176 pub(super) fn struct_to_def(&mut self, src: InFile<ast::Struct>) -> Option<StructId> { in struct_to_def()
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/data/
Dadt.rs190 id: StructId, in struct_data_with_diagnostics_query()
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dlower.rs1791 StructId(StructId), enumerator
1838 StructId(StructId), enumerator