HomeSort by relevance Sort by last modified time
    Searched refs:windowsSDKIncludeVersion (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Driver/
MSVCToolChain.cpp 268 std::string &WindowsSDKIncludeVersion,
279 WindowsSDKIncludeVersion.clear();
301 if (!getWindows10SDKVersion(Path, WindowsSDKIncludeVersion))
303 WindowsSDKLibVersion = WindowsSDKIncludeVersion;
314 std::string windowsSDKIncludeVersion;
318 if (!getWindowsSDKDir(sdkPath, sdkMajor, windowsSDKIncludeVersion,
623 std::string windowsSDKIncludeVersion;
625 if (getWindowsSDKDir(WindowsSDKDir, major, windowsSDKIncludeVersion,
628 // Note: windowsSDKIncludeVersion is empty for SDKs prior to v10.
631 "include", windowsSDKIncludeVersion,
    [all...]
ToolChains.h     [all...]

Completed in 719 milliseconds