Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dhas_source.rs50 pub fn declaration_source(self, db: &dyn HirDatabase) -> Option<InFile<ast::Module>> { in declaration_source() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dnameres.rs631 pub fn declaration_source(&self, db: &dyn DefDatabase) -> Option<InFile<ast::Module>> { in declaration_source() method