Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp994 const std::string &SDKPath, in getWindows10SDKVersionFromPath() argument
996 llvm::SmallString<128> IncludePath(SDKPath); in getWindows10SDKVersionFromPath()
1015 llvm::SmallString<128> SDKPath(A->getValue()); in getWindowsSDKDirViaCommandLine() local
1016 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()