Searched refs:SDKPath (Results 1 – 1 of 1) sorted by relevance
994 const std::string &SDKPath, in getWindows10SDKVersionFromPath() argument996 llvm::SmallString<128> IncludePath(SDKPath); in getWindows10SDKVersionFromPath()1015 llvm::SmallString<128> SDKPath(A->getValue()); in getWindowsSDKDirViaCommandLine() local1016 llvm::sys::path::append(SDKPath, "Windows Kits"); in getWindowsSDKDirViaCommandLine()1018 llvm::sys::path::append(SDKPath, Twine(SDKVersion.getMajor())); in getWindowsSDKDirViaCommandLine()1021 SDKPath, getHighestNumericTupleInDirectory(VFS, SDKPath)); in getWindowsSDKDirViaCommandLine()1022 Path = std::string(SDKPath.str()); in getWindowsSDKDirViaCommandLine()