Searched refs:vcinstalldir (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Driver/
H A DWindowsToolChain.cpp218 const char* vcinstalldir = getenv("VCINSTALLDIR"); local
219 if (vcinstalldir) {
220 char *p = const_cast<char *>(strstr(vcinstalldir, "\\VC"));
223 path = vcinstalldir;

Completed in 87 milliseconds