Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp196 static UTF8Decoded decodeUTF8(StringRef Range) { in decodeUTF8() function
299 return ::decodeUTF8(StringRef(Position, End - Position)); in decodeUTF8() function in llvm::yaml::Scanner