Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dsemantics.rs450 pub fn resolve_bind_pat_to_const(&self, pat: &ast::IdentPat) -> Option<ModuleDef> { in resolve_bind_pat_to_const() method
1261 fn resolve_bind_pat_to_const(&self, pat: &ast::IdentPat) -> Option<ModuleDef> { in resolve_bind_pat_to_const() method
Dsource_analyzer.rs493 pub(crate) fn resolve_bind_pat_to_const( in resolve_bind_pat_to_const() method