Home
last modified time | relevance | path

Searched defs:use_trees (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/nameres/
Dtests.rs181 fn use_trees() { in use_trees() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/imports/
Dmerge_imports.rs88 let mut use_trees: Vec<ast::UseTree> = lhs in recursive_merge() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dmake.rs388 let use_trees = use_trees.into_iter().map(|it| it.syntax().clone()).join(", "); in use_tree_list() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/generated/
Dnodes.rs526 pub fn use_trees(&self) -> AstChildren<UseTree> { support::children(&self.syntax) } in use_trees() method