Lines Matching refs:IsCLMode
295 if (!IsCLMode() && in ParseArgStrings()
301 DiagID = IsCLMode() ? diag::warn_drv_unknown_argument_clang_cl in ParseArgStrings()
306 DiagID = IsCLMode() in ParseArgStrings()
1230 if (IsCLMode() && !ContainsError) { in BuildCompilation()
1291 if (IsCLMode()) { in BuildCompilation()
2568 if (IsCLMode() && Ty == types::TY_Object && !Value.starts_with("/")) in DiagnoseInputExistence()
2627 if (!IsCLMode() || ValidXArgs.contains(LastXArg)) { in BuildInputs()
2667 Diag(IsCLMode() ? clang::diag::err_drv_unknown_stdin_type_clang_cl in BuildInputs()
2681 if (IsCLMode() && (Args.hasArgNoClaim(options::OPT_E) || CCGenDiagnostics)) in BuildInputs()
3965 if (IsCLMode() && LTOMode != LTOK_None && in handleArguments()
5000 if (!IsCLMode() || !A->getOption().matches(options::OPT_UNKNOWN)) { in BuildJobs()
5895 types::getTypeTempSuffix(JA.getType(), IsCLMode() || IsDXCMode()); in GetNamedOutputPath()
5950 if (IsCLMode()) { in GetNamedOutputPath()
5975 } else if (JA.getType() == types::TY_PCH && IsCLMode()) { in GetNamedOutputPath()
5987 types::getTypeTempSuffix(JA.getType(), IsCLMode() || IsDXCMode()); in GetNamedOutputPath()
6049 types::getTypeTempSuffix(JA.getType(), IsCLMode() || IsDXCMode())); in GetNamedOutputPath()
6055 if (JA.getType() == types::TY_PCH && !IsCLMode()) { in GetNamedOutputPath()
6538 if (IsCLMode()) in getOptionVisibilityMask()