Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/
Dassist_context.rs166 group: &GroupLabel, in add_group()
178 group: Option<&GroupLabel>, in add_impl()
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/
Dassists.rs137 pub struct GroupLabel(pub String); struct
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dauto_import.rs173 fn group_label(import_candidate: &ImportCandidate) -> GroupLabel { in group_label()
Dqualify_path.rs208 fn group_label(candidate: &ImportCandidate) -> GroupLabel { in group_label()