Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dresolver.rs673 fn process_names(&self, acc: &mut ScopeNames, db: &dyn DefDatabase) { in process_names()
883 struct ScopeNames { struct
887 impl ScopeNames { implementation