Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_lint/src/
Dpass_by_value.rs49 let path_segment = path.segments.last().unwrap(); in path_for_pass_by_value() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/grammar/
Dpaths.rs74 fn path_segment(p: &mut Parser<'_>, mode: Mode, first: bool) { in path_segment() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/grammar/expressions/
Datom.rs646 let path_segment = p.start(); in try_block_expr() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dconvert_named_struct_to_tuple_struct.rs161 let path_segment = name_ref.syntax().parent().and_then(ast::PathSegment::cast)?; in process_struct_name_reference() localVariable
Dgenerate_documentation_template.rs334 let path_segment = match self_type(ast_func)? { in self_type_without_lifetimes() localVariable
/third_party/rust/rust/compiler/rustc_hir_analysis/src/structured_errors/
Dwrong_number_of_generic_args.rs23 pub(crate) path_segment: &'a hir::PathSegment<'a>, field
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dmake.rs305 pub fn path_segment(name_ref: ast::NameRef) -> ast::PathSegment { in path_segment() function