Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/item_tree/
Dlower.rs705 fn lower_use_tree(&mut self, tree: ast::UseTree) -> Option<UseTree> { in lower_use_tree() method
766 pub(super) fn lower_use_tree( in lower_use_tree() function
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Ditem.rs482 fn lower_use_tree( in lower_use_tree() method