Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/imports/
Dinsert_use.rs220 enum ImportGroup { enum
229 impl ImportGroup { impl
230 fn new(path: &ast::Path) -> ImportGroup { in new()
/third_party/typescript/src/services/
DorganizeImports.ts340 interface ImportGroup { interface