Lines Matching refs:Major
100 std::optional<llvm::StringRef> WinSysRoot, std::string &Path, int &Major, in getWindowsSDKDirViaCommandLine() argument
123 Major = SDKVersion.getMajor(); in getWindowsSDKDirViaCommandLine()
126 Major = 10; in getWindowsSDKDirViaCommandLine()
404 int &Major, std::string &WindowsSDKIncludeVersion, in getWindowsSDKDir() argument
408 Path, Major, WindowsSDKIncludeVersion)) { in getWindowsSDKDir()
427 Major = 0; in getWindowsSDKDir()
428 std::sscanf(RegistrySDKVersion.c_str(), "v%d.", &Major); in getWindowsSDKDir()
429 if (Major <= 7) in getWindowsSDKDir()
431 if (Major == 8) { in getWindowsSDKDir()
446 if (Major == 10) { in getWindowsSDKDir()
463 int Major; in getUniversalCRTSdkDir() local
465 Path, Major, UCRTVersion)) in getUniversalCRTSdkDir()