Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DConvertUTF.h215 bool convertWideToUTF8(const std::wstring &Source, std::string &Result);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DConvertUTFWrapper.cpp215 bool convertWideToUTF8(const std::wstring &Source, std::string &Result) { in convertWideToUTF8() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
DMSVC.cpp315 llvm::convertWideToUTF8(std::wstring(VCPathWide), VCRootPath); in findVCToolChainViaSetupConfig()
888 return llvm::convertWideToUTF8(WideValue, value); in readFullStringValue()