Searched defs:MultiByteChar (Results 1 – 4 of 4) sorted by relevance
15 ) -> (Vec<BytePos>, Vec<MultiByteChar>, Vec<NonNarrowChar>) { in analyze_source_file()212 multi_byte_chars: &mut Vec<MultiByteChar>, in analyze_source_file_generic()
1075 pub struct MultiByteChar { struct1077 pub pos: BytePos,1079 pub bytes: u8,
340 mut file_local_multibyte_chars: Vec<MultiByteChar>, in new_imported_source_file()
116 fn stable_multibyte_char(mbc: rustc_span::MultiByteChar, source_file_start: BytePos) -> (u32, u32) { in stable_multibyte_char()