Home
last modified time | relevance | path

Searched defs:last_segment (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/rust/tests/ui/imports/auxiliary/
Dissue-56125.rs3 pub mod last_segment { module
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dsplit_import.rs26 let last_segment = use_tree.path().and_then(|it| it.segment()); in split_import() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/path/
Dlower.rs95 let last_segment = generic_args.get_mut(segments.len() - num_segments)?; in lower_path() localVariable
/third_party/rust/rust/src/librustdoc/clean/
Dauto_trait.rs357 let last_segment = new_path.segments.pop().expect("segments were empty"); in make_final_bounds() localVariable
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Dexpr.rs396 let last_segment = path.segments.last_mut().unwrap(); in lower_legacy_const_generics() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dlower.rs1062 let last_segment = match bound { in assoc_type_bindings_from_type_bound() localVariable
/third_party/ffmpeg/libavformat/
Dhlsenc.c153 HLSSegment *last_segment; member