Searched refs:ConvertUTF8toWide (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTFWrapper.cpp19 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, function in namespace:llvm
193 if (!ConvertUTF8toWide(sizeof(wchar_t), Source, ResultPtr, ErrorPtr)) {
201 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result) { function in namespace:llvm
205 bool ConvertUTF8toWide(const char *Source, std::wstring &Result) { function in namespace:llvm
210 return ConvertUTF8toWide(llvm::StringRef(Source), Result);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DConvertUTF.h196 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source,
203 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result);
209 bool ConvertUTF8toWide(const char *Source, std::wstring &Result);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1767 if (ConvertUTF8toWide(CharByteWidth, Fragment, ResultPtr, ErrorPtrTmp))
1797 while (!ConvertUTF8toWide(CharByteWidth, NextFragment, Ptr, ErrorPtrTmp)) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp902 if (!llvm::ConvertUTF8toWide(valueName, WideValueName))
1190 if (!llvm::ConvertUTF8toWide(ClExe.c_str(), ClExeWide))
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3312 llvm::ConvertUTF8toWide(CharByteWidth, Source, ResultPtr, ErrorPtr);

Completed in 304 milliseconds