Searched refs:FoundMSVCInstall (Results 1 – 2 of 2) sorted by relevance
118 bool FoundMSVCInstall() const { return !VCToolChainPath.empty(); } in FoundMSVCInstall() function
338 if (!TC.FoundMSVCInstall() && !canExecute(TC.getVFS(), linkPath)) { in ConstructJob()