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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Driver/
H A DWindowsToolChain.cpp208 const char* vcinstalldir = getenv("VCINSTALLDIR"); local
209 if (vcinstalldir) {
210 char *p = const_cast<char *>(strstr(vcinstalldir, "\\VC"));
213 path = vcinstalldir;

Completed in 37 milliseconds