Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/clippy_utils/src/
Dast_utils.rs599 pub fn eq_use_tree_kind(l: &UseTreeKind, r: &UseTreeKind) -> bool { in eq_use_tree_kind()
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/item_tree/
Dlower.rs760 fn use_tree(&mut self, kind: UseTreeKind, ast: ast::UseTree) -> UseTree { in use_tree()
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Ditem_tree.rs557 pub enum UseTreeKind { enum
/third_party/rust/rust/compiler/rustc_parse/src/parser/
Ditem.rs993 fn parse_use_tree_glob_or_nested(&mut self) -> PResult<'a, UseTreeKind> { in parse_use_tree_glob_or_nested() argument
/third_party/rust/rust/compiler/rustc_ast/src/
Dast.rs2569 pub enum UseTreeKind { enum