Searched defs:path_segment (Results 1 – 7 of 7) sorted by relevance
49 let path_segment = path.segments.last().unwrap(); in path_for_pass_by_value() localVariable
74 fn path_segment(p: &mut Parser<'_>, mode: Mode, first: bool) { in path_segment() function
646 let path_segment = p.start(); in try_block_expr() localVariable
161 let path_segment = name_ref.syntax().parent().and_then(ast::PathSegment::cast)?; in process_struct_name_reference() localVariable
334 let path_segment = match self_type(ast_func)? { in self_type_without_lifetimes() localVariable
23 pub(crate) path_segment: &'a hir::PathSegment<'a>, field
305 pub fn path_segment(name_ref: ast::NameRef) -> ast::PathSegment { in path_segment() function