Lines Matching refs:IsCLMode
252 DiagID = IsCLMode() ? diag::warn_drv_unknown_argument_clang_cl in ParseArgStrings()
256 DiagID = IsCLMode() in ParseArgStrings()
838 ParseArgStrings(NewCfgArgs, IsCLMode(), ContainErrors)); in readConfigFile()
1026 ParseArgStrings(ArgList.slice(1), IsCLMode(), ContainsError)); in BuildCompilation()
1063 if (IsCLMode() && !ContainsError) { in BuildCompilation()
1128 if (IsCLMode()) { in BuildCompilation()
1611 getIncludeExcludeOptionFlagMasks(IsCLMode()); in PrintHelp()
2151 if (IsCLMode()) { in DiagnoseInputExistence()
2173 getIncludeExcludeOptionFlagMasks(IsCLMode()); in DiagnoseInputExistence()
2246 Diag(IsCLMode() ? clang::diag::err_drv_unknown_stdin_type_clang_cl in BuildInputs()
2262 else if (IsCLMode() && Args.hasArgNoClaim(options::OPT_E)) in BuildInputs()
3569 if (IsCLMode() && LTOMode != LTOK_None && in handleArguments()
4185 if (!IsCLMode() || !A->getOption().matches(options::OPT_UNKNOWN)) in BuildJobs()
4927 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode()); in GetNamedOutputPath()
4989 if (IsCLMode()) { in GetNamedOutputPath()
5013 } else if (JA.getType() == types::TY_PCH && IsCLMode()) { in GetNamedOutputPath()
5016 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode()); in GetNamedOutputPath()
5074 Split.first, types::getTypeTempSuffix(JA.getType(), IsCLMode())); in GetNamedOutputPath()
5080 if (JA.getType() == types::TY_PCH && !IsCLMode()) { in GetNamedOutputPath()