Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Support/
HDCommandLine.cpp719 std::string UTF8Buf; in ExpandResponseFile() local
721 if (!convertUTF16ToUTF8String(BufRef, UTF8Buf)) in ExpandResponseFile()
723 Str = StringRef(UTF8Buf); in ExpandResponseFile()