Lines Matching refs:IsCLMode

316       if (!IsCLMode() &&  in ParseArgStrings()
321 DiagID = IsCLMode() ? diag::warn_drv_unknown_argument_clang_cl in ParseArgStrings()
326 DiagID = IsCLMode() in ParseArgStrings()
1013 ParseArgStrings(NewCfgArgs, IsCLMode(), ContainErrors)); in readConfigFile()
1204 ParseArgStrings(ArgList.slice(1), IsCLMode(), ContainsError)); in BuildCompilation()
1226 if (IsCLMode() && !ContainsError) { in BuildCompilation()
1286 if (IsCLMode()) { in BuildCompilation()
1909 getIncludeExcludeOptionFlagMasks(IsCLMode()); in PrintHelp()
2470 getIncludeExcludeOptionFlagMasks(IsCLMode()); in DiagnoseInputExistence()
2514 if (IsCLMode() && Ty == types::TY_Object && !Value.startswith("/")) in DiagnoseInputExistence()
2604 Diag(IsCLMode() ? clang::diag::err_drv_unknown_stdin_type_clang_cl in BuildInputs()
2618 if (IsCLMode() && (Args.hasArgNoClaim(options::OPT_E) || CCGenDiagnostics)) in BuildInputs()
3862 if (IsCLMode() && LTOMode != LTOK_None && in handleArguments()
4845 if (!IsCLMode() || !A->getOption().matches(options::OPT_UNKNOWN)) in BuildJobs()
5668 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode()); in GetNamedOutputPath()
5714 if (IsCLMode()) { in GetNamedOutputPath()
5739 } else if (JA.getType() == types::TY_PCH && IsCLMode()) { in GetNamedOutputPath()
5750 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode()); in GetNamedOutputPath()
5811 Split.first, types::getTypeTempSuffix(JA.getType(), IsCLMode())); in GetNamedOutputPath()
5817 if (JA.getType() == types::TY_PCH && !IsCLMode()) { in GetNamedOutputPath()