Home
last modified time | relevance | path

Searched defs:MultiByteChar (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/compiler/rustc_span/src/
Danalyze_source_file.rs15 ) -> (Vec<BytePos>, Vec<MultiByteChar>, Vec<NonNarrowChar>) { in analyze_source_file()
212 multi_byte_chars: &mut Vec<MultiByteChar>, in analyze_source_file_generic()
Dlib.rs1075 pub struct MultiByteChar { struct
1077 pub pos: BytePos,
1079 pub bytes: u8,
Dsource_map.rs340 mut file_local_multibyte_chars: Vec<MultiByteChar>, in new_imported_source_file()
/third_party/rust/rust/compiler/rustc_query_system/src/ich/
Dimpls_syntax.rs116 fn stable_multibyte_char(mbc: rustc_span::MultiByteChar, source_file_start: BytePos) -> (u32, u32) { in stable_multibyte_char()