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