Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dlower.rs36 pub(crate) fn lower_path(&self, ast: ast::Path) -> Option<Path> { in lower_path() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/path/
Dlower.rs19 pub(super) fn lower_path(mut path: ast::Path, ctx: &LowerCtx<'_>) -> Option<Path> { in lower_path() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/
Dmatch_check.rs269 fn lower_path(&mut self, pat: PatId, _path: &hir_def::path::Path) -> Pat { in lower_path() method
/third_party/rust/rust/compiler/rustc_mir_build/src/thir/pattern/
Dmod.rs483 fn lower_path(&mut self, qpath: &hir::QPath<'_>, id: hir::HirId, span: Span) -> Box<Pat<'tcx>> { in lower_path() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dlower.rs623 pub(crate) fn lower_path(&self, path: &Path) -> (Ty, Option<TypeNs>) { in lower_path() method