Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DConvertUTFWrapper.cpp20 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, in ConvertUTF8toWide() function
194 if (!ConvertUTF8toWide(sizeof(wchar_t), Source, ResultPtr, ErrorPtr)) { in ConvertUTF8toWideInternal()
202 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result) { in ConvertUTF8toWide() function
206 bool ConvertUTF8toWide(const char *Source, std::wstring &Result) { in ConvertUTF8toWide() function
211 return ConvertUTF8toWide(llvm::StringRef(Source), Result); in ConvertUTF8toWide()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DConvertUTF.h197 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source,
204 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result);
210 bool ConvertUTF8toWide(const char *Source, std::wstring &Result);
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIUtilFileStd.cpp91 if (llvm::ConvertUTF8toWide(vFileNamePath.c_str(), path)) in CreateWrite()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLiteralSupport.cpp1761 if (ConvertUTF8toWide(CharByteWidth, Fragment, ResultPtr, ErrorPtrTmp)) in CopyStringFragment()
1791 while (!ConvertUTF8toWide(CharByteWidth, NextFragment, Ptr, ErrorPtrTmp)) { in CopyStringFragment()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DMSVC.cpp862 if (!llvm::ConvertUTF8toWide(valueName, WideValueName)) in readFullStringValue()
1150 if (!llvm::ConvertUTF8toWide(ClExe.c_str(), ClExeWide)) in getMSVCVersionFromExe()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp3066 llvm::ConvertUTF8toWide(CharByteWidth, Source, ResultPtr, ErrorPtr); in ConvertUTF8ToWideString()