Lines Matching defs:SDKVersion
90 std::string &SDKVersion) {
93 SDKVersion = getHighestNumericTupleInDirectory(VFS, IncludePath);
94 return !SDKVersion.empty();
105 llvm::VersionTuple SDKVersion;
107 SDKVersion.tryParse(*WinSdkVersion);
112 if (!SDKVersion.empty())
113 llvm::sys::path::append(SDKPath, llvm::Twine(SDKVersion.getMajor()));
122 if (!SDKVersion.empty()) {
123 Major = SDKVersion.getMajor();
124 Version = SDKVersion.getAsString();