Lines Matching refs:IsCLMode
270 DiagID = IsCLMode() ? diag::warn_drv_unknown_argument_clang_cl in ParseArgStrings()
274 DiagID = IsCLMode() in ParseArgStrings()
849 ParseArgStrings(NewCfgArgs, IsCLMode(), ContainErrors)); in readConfigFile()
1034 ParseArgStrings(ArgList.slice(1), IsCLMode(), ContainsError)); in BuildCompilation()
1071 if (IsCLMode() && !ContainsError) { in BuildCompilation()
1136 if (IsCLMode()) { in BuildCompilation()
1619 getIncludeExcludeOptionFlagMasks(IsCLMode()); in PrintHelp()
2159 if (IsCLMode()) { in DiagnoseInputExistence()
2181 getIncludeExcludeOptionFlagMasks(IsCLMode()); in DiagnoseInputExistence()
2254 Diag(IsCLMode() ? clang::diag::err_drv_unknown_stdin_type_clang_cl in BuildInputs()
2270 else if (IsCLMode() && Args.hasArgNoClaim(options::OPT_E)) in BuildInputs()
3553 if (IsCLMode() && LTOMode != LTOK_None && in handleArguments()
4168 if (!IsCLMode() || !A->getOption().matches(options::OPT_UNKNOWN)) in BuildJobs()
4905 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode()); in GetNamedOutputPath()
4967 if (IsCLMode()) { in GetNamedOutputPath()
4991 } else if (JA.getType() == types::TY_PCH && IsCLMode()) { in GetNamedOutputPath()
4994 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode()); in GetNamedOutputPath()
5052 Split.first, types::getTypeTempSuffix(JA.getType(), IsCLMode())); in GetNamedOutputPath()
5058 if (JA.getType() == types::TY_PCH && !IsCLMode()) { in GetNamedOutputPath()