Lines Matching refs:IsCLMode
229 DiagID = IsCLMode() ? diag::warn_drv_unknown_argument_clang_cl in ParseArgStrings()
233 DiagID = IsCLMode() ? diag::warn_drv_unknown_argument_clang_cl_with_suggestion in ParseArgStrings()
744 ParseArgStrings(NewCfgArgs, IsCLMode(), ContainErrors)); in readConfigFile()
938 ParseArgStrings(ArgList.slice(1), IsCLMode(), ContainsError)); in BuildCompilation()
970 if (IsCLMode() && !ContainsError) { in BuildCompilation()
1017 if (IsCLMode()) { in BuildCompilation()
1490 getIncludeExcludeOptionFlagMasks(IsCLMode()); in PrintHelp()
1986 if (D.IsCLMode()) { in DiagnoseInputExistence()
2056 Diag(IsCLMode() ? clang::diag::err_drv_unknown_stdin_type_clang_cl in BuildInputs()
2071 else if (IsCLMode() && Args.hasArgNoClaim(options::OPT_E)) in BuildInputs()
3120 if (IsCLMode() && LTOMode != LTOK_None && in BuildActions()
3542 if (!IsCLMode() || !A->getOption().matches(options::OPT_UNKNOWN)) in BuildJobs()
4243 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode()); in GetNamedOutputPath()
4293 if (IsCLMode()) { in GetNamedOutputPath()
4306 } else if (JA.getType() == types::TY_PCH && IsCLMode()) { in GetNamedOutputPath()
4309 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode()); in GetNamedOutputPath()
4356 Split.first, types::getTypeTempSuffix(JA.getType(), IsCLMode())); in GetNamedOutputPath()
4362 if (JA.getType() == types::TY_PCH && !IsCLMode()) { in GetNamedOutputPath()