Searched defs:new_span (Results 1 – 8 of 8) sorted by relevance
126 let new_span = data.call_site; in handle_macro() localVariable130 let new_span = new_span.with_hi(new_span.lo() + BytePos(macro_name.len() as u32)); in handle_macro() localVariable
68 let new_span = Span::new( in warn_if_tabs_in_doc() localVariable
289 …let new_span = Span::new(new_lhs.span.lo(), right.span.hi(), expr.span.ctxt(), expr.span.parent()); in check_possible_range_contains() localVariable
362 let new_span = span_start.to(p.prev_token.span); in parse_options() localVariable
534 fn new_span(&self, lo: u32, text: &str) -> Span { in new_span() method
1599 let new_span = data.call_site; in is_expn_of() localVariable1628 let new_span = data.call_site; in is_direct_expn_of() localVariable
2473 let new_span = first_pat.span.to(pat.span); in maybe_recover_colon_colon_in_pat_typo() localVariable2552 let new_span = first_pat.span.to(ty.span); in maybe_recover_colon_colon_in_pat_typo() localVariable
604 let new_span = prefix[prefix.len() - 1].ident.span; in build_reduced_graph_for_use_tree() localVariable