Searched refs:SDKPath (Results 1 – 1 of 1) sorted by relevance
89 const std::string &SDKPath, in getWindows10SDKVersionFromPath() argument91 llvm::SmallString<128> IncludePath(SDKPath); in getWindows10SDKVersionFromPath()110 llvm::SmallString<128> SDKPath(*WinSysRoot); in getWindowsSDKDirViaCommandLine() local111 llvm::sys::path::append(SDKPath, "Windows Kits"); in getWindowsSDKDirViaCommandLine()113 llvm::sys::path::append(SDKPath, llvm::Twine(SDKVersion.getMajor())); in getWindowsSDKDirViaCommandLine()116 SDKPath, getHighestNumericTupleInDirectory(VFS, SDKPath)); in getWindowsSDKDirViaCommandLine()117 Path = std::string(SDKPath); in getWindowsSDKDirViaCommandLine()