Searched refs:ConvertUTF8toWide (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | ConvertUTFWrapper.cpp | 19 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, in ConvertUTF8toWide() function 251 if (!ConvertUTF8toWide(sizeof(wchar_t), Source, ResultPtr, ErrorPtr)) { in ConvertUTF8toWideInternal() 259 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result) { in ConvertUTF8toWide() function 263 bool ConvertUTF8toWide(const char *Source, std::wstring &Result) { in ConvertUTF8toWide() function 268 return ConvertUTF8toWide(llvm::StringRef(Source), Result); in ConvertUTF8toWide()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ConvertUTF.h | 220 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, 227 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result); 233 bool ConvertUTF8toWide(const char *Source, std::wstring &Result);
|
/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/ |
H A D | MSVCPaths.cpp | 137 if (!llvm::ConvertUTF8toWide(valueName, WideValueName)) in readFullStringValue()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 2299 if (ConvertUTF8toWide(CharByteWidth, Fragment, ResultPtr, ErrorPtrTmp)) in CopyStringFragment() 2329 while (!ConvertUTF8toWide(CharByteWidth, NextFragment, Ptr, ErrorPtrTmp)) { in CopyStringFragment()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | MSVC.cpp | 602 if (!llvm::ConvertUTF8toWide(ClExe.c_str(), ClExeWide)) in getMSVCVersionFromExe()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 3460 llvm::ConvertUTF8toWide(CharByteWidth, Source, ResultPtr, ErrorPtr); in ConvertUTF8ToWideString()
|