Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-ssr/src/
Dsearch.rs21 pub(crate) struct UsageCache { struct
32 usage_cache: &mut UsageCache, in find_matches_for_rule()
55 usage_cache: &mut UsageCache, in find_matches_for_pattern_tree()
116 usage_cache: &'a mut UsageCache, in find_usages()
259 impl UsageCache { implementation