Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DMSVCToolChain.cpp314 std::string windowsSDKIncludeVersion; in getWindowsSDKLibraryPath() local
318 if (!getWindowsSDKDir(sdkPath, sdkMajor, windowsSDKIncludeVersion, in getWindowsSDKLibraryPath()
623 std::string windowsSDKIncludeVersion; in AddClangSystemIncludeArgs() local
625 if (getWindowsSDKDir(WindowsSDKDir, major, windowsSDKIncludeVersion, in AddClangSystemIncludeArgs()
631 "include", windowsSDKIncludeVersion, in AddClangSystemIncludeArgs()
634 "include", windowsSDKIncludeVersion, in AddClangSystemIncludeArgs()
637 "include", windowsSDKIncludeVersion, in AddClangSystemIncludeArgs()
DToolChains.h1051 std::string &windowsSDKIncludeVersion,