Searched refs:IsCLMode (Results 1 – 5 of 5) sorted by relevance
316 if (!IsCLMode() && in ParseArgStrings()321 DiagID = IsCLMode() ? diag::warn_drv_unknown_argument_clang_cl in ParseArgStrings()326 DiagID = IsCLMode() in ParseArgStrings()1013 ParseArgStrings(NewCfgArgs, IsCLMode(), ContainErrors)); in readConfigFile()1204 ParseArgStrings(ArgList.slice(1), IsCLMode(), ContainsError)); in BuildCompilation()1226 if (IsCLMode() && !ContainsError) { in BuildCompilation()1286 if (IsCLMode()) { in BuildCompilation()1909 getIncludeExcludeOptionFlagMasks(IsCLMode()); in PrintHelp()2470 getIncludeExcludeOptionFlagMasks(IsCLMode()); in DiagnoseInputExistence()2514 if (IsCLMode() && Ty == types::TY_Object && !Value.startswith("/")) in DiagnoseInputExistence()[all …]
256 if (TheDriver.IsCLMode()) in ExecuteJobs()
221 bool IsCLMode() const { return Mode == CLMode; } in IsCLMode() function
83 !C.getDriver().IsCLMode() && !C.getDriver().IsFlangMode()) { in ConstructJob()152 if (!C.getDriver().IsCLMode() && Args.hasArg(options::OPT_L)) in ConstructJob()
72 << (D.IsCLMode() ? "/E, /P or /EP" : "-E"); in CheckPreprocessingOptions()1220 if (getToolChain().getDriver().IsCLMode()) { in AddPreprocessingOptions()2219 } else if (D.IsCLMode()) { in AddX86TargetArgs()5306 bool StrictAliasingDefault = !D.IsCLMode(); in ConstructJob()5560 if (D.IsCLMode()) in ConstructJob()6628 if (Triple.isWindowsMSVCEnvironment() && !D.IsCLMode() && in ConstructJob()6778 if (!C.getDriver().IsCLMode()) in ConstructJob()