Searched defs:ModuleDefId (Results 1 – 11 of 11) sorted by relevance
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/ |
| D | per_ns.rs | 26 pub fn values(t: ModuleDefId, v: Visibility) -> PerNs { in values() 30 pub fn types(t: ModuleDefId, v: Visibility) -> PerNs { in types() 34 pub fn both(types: ModuleDefId, values: ModuleDefId, v: Visibility) -> PerNs { in both() 50 pub fn take_types(self) -> Option<ModuleDefId> { in take_types() 54 pub fn take_types_vis(self) -> Option<(ModuleDefId, Visibility)> { in take_types_vis() 58 pub fn take_values(self) -> Option<ModuleDefId> { in take_values()
|
| D | item_scope.rs | 154 pub(crate) fn type_(&self, name: &Name) -> Option<(ModuleDefId, Visibility)> { in type_() 182 pub(crate) fn declare(&mut self, def: ModuleDefId) { in declare() 416 pub(crate) fn from_def(def: ModuleDefId, v: Visibility, has_constructor: bool) -> PerNs { in from_def() 450 pub fn as_module_def_id(self) -> Option<ModuleDefId> { in as_module_def_id()
|
| D | child_by_source.rs | 132 item: ModuleDefId, in child_by_source_to()
|
| D | lib.rs | 118 impl From<CrateRootModuleId> for ModuleDefId { implementation 488 pub enum ModuleDefId { enum 1007 impl ModuleDefId { implementation
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/ |
| D | attrs.rs | 129 ) -> Option<ModuleDefId> { in resolve_doc_path()
|
| D | from_id.rs | 123 impl From<ModuleDef> for ModuleDefId { implementation
|
| D | symbols.rs | 250 L: Lookup + Into<ModuleDefId>, in push_decl()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/ |
| D | decl_check.rs | 50 owner: ModuleDefId, in incorrect_case() 139 pub(super) fn validate_item(&mut self, item: ModuleDefId) { in validate_item()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/ |
| D | display.rs | 50 fn start_location_link(&mut self, location: ModuleDefId); in start_location_link() 56 fn start_location_link(&mut self, _: ModuleDefId) {} in start_location_link() 63 fn start_location_link(&mut self, _: ModuleDefId) {} in start_location_link() 79 fn start_location_link(&mut self, location: ModuleDefId) { in start_location_link()
|
| D | lower.rs | 1795 impl From<CallableDefId> for ModuleDefId { implementation 1796 fn from(def: CallableDefId) -> ModuleDefId { in from()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/ |
| D | inlay_hints.rs | 280 fn start_location_link(&mut self, def: ModuleDefId) { in start_location_link()
|