Home
last modified time | relevance | path

Searched defs:first_segment (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/imports/
Dinsert_use.rs233 let first_segment = match path.first_segment() { in new() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-expand/src/
Dmod_path.rs157 let mut first_segment = true; in display_fmt_path() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dnode_ext.rs270 pub fn first_segment(&self) -> Option<ast::PathSegment> { in first_segment() method