Lines Matching refs:IsCLMode
151 Diags.Report(IsCLMode() ? diag::warn_drv_unknown_argument_clang_cl : in ParseArgStrings()
501 if (IsCLMode()) { in BuildCompilation()
1190 if (D.IsCLMode()) { in DiagnoseInputExistence()
1261 Diag(IsCLMode() ? clang::diag::err_drv_unknown_stdin_type_clang_cl in BuildInputs()
1875 if (!IsCLMode() || !A->getOption().matches(options::OPT_UNKNOWN)) in BuildJobs()
2216 Split.first, types::getTypeTempSuffix(JA.getType(), IsCLMode())); in GetNamedOutputPath()
2252 if (IsCLMode()) { in GetNamedOutputPath()
2264 } else if (JA.getType() == types::TY_PCH && IsCLMode()) { in GetNamedOutputPath()
2267 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode()); in GetNamedOutputPath()
2313 Split.first, types::getTypeTempSuffix(JA.getType(), IsCLMode())); in GetNamedOutputPath()
2319 if (JA.getType() == types::TY_PCH && !IsCLMode()) { in GetNamedOutputPath()