Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DYAMLParser.cpp196 static UTF8Decoded decodeUTF8(StringRef Range) { in decodeUTF8() function
299 UTF8Decoded decodeUTF8(StringRef::iterator Position) { in decodeUTF8() function in llvm::yaml::Scanner
300 return ::decodeUTF8(StringRef(Position, End - Position)); in decodeUTF8()
727 = decodeUTF8(StringRef(i, Input.end() - i)); in escape()
928 UTF8Decoded u8d = decodeUTF8(Position); in skip_nb_char()