Home
last modified time | relevance | path

Searched refs:UTF8Decoded (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Support/
H A DYAMLParser.cpp197 using UTF8Decoded = std::pair<uint32_t, unsigned>; typedef
199 static UTF8Decoded decodeUTF8(StringRef Range) { in decodeUTF8()
308 UTF8Decoded decodeUTF8(StringRef::iterator Position) { in decodeUTF8()
720 UTF8Decoded UnicodeScalarValue in escape()
835 UTF8Decoded u8d = decodeUTF8(Position); in skip_nb_char()