Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp399 int &Major, std::string &WindowsSDKIncludeVersion, in getWindowsSDKDir() argument
403 Path, Major, WindowsSDKIncludeVersion)) { in getWindowsSDKDir()
404 WindowsSDKLibVersion = WindowsSDKIncludeVersion; in getWindowsSDKDir()
420 WindowsSDKIncludeVersion.clear(); in getWindowsSDKDir()
442 if (!getWindows10SDKVersionFromPath(VFS, Path, WindowsSDKIncludeVersion)) in getWindowsSDKDir()
444 WindowsSDKLibVersion = WindowsSDKIncludeVersion; in getWindowsSDKDir()
/openbsd-src/gnu/llvm/llvm/include/llvm/WindowsDriver/
H A DMSVCPaths.h72 std::string &WindowsSDKIncludeVersion,