Searched defs:StructKind (Results 1 – 10 of 10) sorted by relevance
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/data/ |
| D | adt.rs | 402 fn new(db: &dyn DefDatabase, flavor: InFile<ast::StructKind>, module_id: ModuleId) -> Self { in new() 424 pub fn kind(&self) -> StructKind { in kind() 464 pub enum StructKind { enum 474 ast: &InFile<ast::StructKind>, in lower_struct() 475 ) -> StructKind { in lower_struct()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/render/ |
| D | variant.rs | 98 kind: StructKind, in format_literal_label()
|
| D | literal.rs | 161 fn kind(self, db: &dyn HirDatabase) -> StructKind { in kind()
|
| D | pattern.rs | 134 kind: StructKind, in render_pat()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/ |
| D | node_ext.rs | 357 pub enum StructKind { enum 363 impl StructKind { implementation 364 fn from_node<N: AstNode>(node: &N) -> StructKind { in from_node() 376 pub fn kind(&self) -> StructKind { in kind() 547 pub fn kind(&self) -> StructKind { in kind()
|
| /third_party/rust/rust/compiler/rustc_abi/src/ |
| D | layout.rs | 51 kind: StructKind, in univariant() 827 kind: StructKind, in univariant()
|
| D | lib.rs | 1656 pub enum StructKind { enum
|
| /third_party/rust/rust/compiler/rustc_ty_utils/src/ |
| D | layout.rs | 83 kind: StructKind, in univariant_uninterned()
|
| /third_party/rust/rust/src/rustdoc-json-types/ |
| D | lib.rs | 300 pub enum StructKind { enum
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/ |
| D | lib.rs | 1019 pub fn kind(self, db: &dyn HirDatabase) -> StructKind { in kind() 1188 pub fn kind(self, db: &dyn HirDatabase) -> StructKind { in kind()
|