Searched defs:resolve_bind_pat_to_const (Results 1 – 2 of 2) sorted by relevance
450 pub fn resolve_bind_pat_to_const(&self, pat: &ast::IdentPat) -> Option<ModuleDef> { in resolve_bind_pat_to_const() method1261 fn resolve_bind_pat_to_const(&self, pat: &ast::IdentPat) -> Option<ModuleDef> { in resolve_bind_pat_to_const() method
493 pub(crate) fn resolve_bind_pat_to_const( in resolve_bind_pat_to_const() method