Home
last modified time | relevance | path

Searched defs:containing_module (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dnameres.rs516 pub fn containing_module(&self, local_mod: LocalModuleId) -> Option<ModuleId> { in containing_module() method
Dlib.rs159 pub fn containing_module(&self, db: &dyn db::DefDatabase) -> Option<ModuleId> { in containing_module() method