rustc_span::analyze_source_file

Function analyze_source_file_dispatch

Source
fn analyze_source_file_dispatch(
    src: &str,
    lines: &mut Vec<RelativeBytePos>,
    multi_byte_chars: &mut Vec<MultiByteChar>,
)