Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DMSVCToolChain.cpp299 std::string windowsSDKIncludeVersion; in getWindowsSDKLibraryPath() local
303 if (!getWindowsSDKDir(sdkPath, sdkMajor, windowsSDKIncludeVersion, in getWindowsSDKLibraryPath()
562 std::string windowsSDKIncludeVersion; in AddClangSystemIncludeArgs() local
564 if (getWindowsSDKDir(WindowsSDKDir, major, windowsSDKIncludeVersion, in AddClangSystemIncludeArgs()
570 "include", windowsSDKIncludeVersion, in AddClangSystemIncludeArgs()
573 "include", windowsSDKIncludeVersion, in AddClangSystemIncludeArgs()
576 "include", windowsSDKIncludeVersion, in AddClangSystemIncludeArgs()
DToolChains.h981 std::string &windowsSDKIncludeVersion,