Lines Matching refs:IsCLMode
310 DiagID = IsCLMode() ? diag::warn_drv_unknown_argument_clang_cl in ParseArgStrings()
314 DiagID = IsCLMode() in ParseArgStrings()
944 ParseArgStrings(NewCfgArgs, IsCLMode(), ContainErrors)); in readConfigFile()
1131 ParseArgStrings(ArgList.slice(1), IsCLMode(), ContainsError)); in BuildCompilation()
1168 if (IsCLMode() && !ContainsError) { in BuildCompilation()
1231 if (IsCLMode()) { in BuildCompilation()
1793 getIncludeExcludeOptionFlagMasks(IsCLMode()); in PrintHelp()
2360 getIncludeExcludeOptionFlagMasks(IsCLMode()); in DiagnoseInputExistence()
2404 if (IsCLMode() && Ty == types::TY_Object && !Value.startswith("/")) in DiagnoseInputExistence()
2494 Diag(IsCLMode() ? clang::diag::err_drv_unknown_stdin_type_clang_cl in BuildInputs()
2508 if (IsCLMode() && (Args.hasArgNoClaim(options::OPT_E) || CCGenDiagnostics)) in BuildInputs()
3910 if (IsCLMode() && LTOMode != LTOK_None && in handleArguments()
4843 if (!IsCLMode() || !A->getOption().matches(options::OPT_UNKNOWN)) in BuildJobs()
5617 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode()); in GetNamedOutputPath()
5685 if (IsCLMode()) { in GetNamedOutputPath()
5710 } else if (JA.getType() == types::TY_PCH && IsCLMode()) { in GetNamedOutputPath()
5721 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode()); in GetNamedOutputPath()
5779 Split.first, types::getTypeTempSuffix(JA.getType(), IsCLMode())); in GetNamedOutputPath()
5785 if (JA.getType() == types::TY_PCH && !IsCLMode()) { in GetNamedOutputPath()