Searched defs:prev_source (Results 1 – 2 of 2) sorted by relevance
681 let prev_source = prev_source.rsplit(c).next().unwrap_or(""); in span_extend_to_prev_char() localVariable704 let prev_source = self.span_to_prev_source(sp).ok()?; in span_extend_to_prev_str() localVariable718 let prev_source = &prev_source[just_after_pat_plus_ws..]; in span_extend_to_prev_str() localVariable
2359 let prev_source = source_map.span_to_prev_source(binding_span).ok()?; in extend_span_to_previous_binding() localVariable