Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTFWrapper.cpp18 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, in ConvertUTF8toWide() function
250 if (!ConvertUTF8toWide(sizeof(wchar_t), Source, ResultPtr, ErrorPtr)) { in ConvertUTF8toWideInternal()
258 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result) { in ConvertUTF8toWide() function
262 bool ConvertUTF8toWide(const char *Source, std::wstring &Result) { in ConvertUTF8toWide() function
267 return ConvertUTF8toWide(llvm::StringRef(Source), Result); in ConvertUTF8toWide()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DConvertUTF.h236 LLVM_ABI bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source,
243 LLVM_ABI bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result);
249 LLVM_ABI bool ConvertUTF8toWide(const char *Source, std::wstring &Result);
/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp137 if (!llvm::ConvertUTF8toWide(valueName, WideValueName)) in readFullStringValue()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp716 llvm::ConvertUTF8toWide(lines[index], wbuffer); in EndOrAddLineCommand()
909 llvm::ConvertUTF8toWide(currentLine, wbuffer); in FixIndentationCommand()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp2339 if (ConvertUTF8toWide(CharByteWidth, Fragment, ResultPtr, ErrorPtrTmp)) in CopyStringFragment()
2369 while (!ConvertUTF8toWide(CharByteWidth, NextFragment, Ptr, ErrorPtrTmp)) { in CopyStringFragment()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp612 if (!llvm::ConvertUTF8toWide(ClExe.c_str(), ClExeWide)) in getMSVCVersionFromExe()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3508 llvm::ConvertUTF8toWide(CharByteWidth, Source, ResultPtr, ErrorPtr); in ConvertUTF8ToWideString()