Home
last modified time | relevance | path

Searched refs:IsCLMode (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp270 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()
[all …]
H A DCompilation.cpp252 if (TheDriver.IsCLMode()) in ExecuteJobs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DDriver.h188 bool IsCLMode() const { return Mode == CLMode; } in IsCLMode() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMSVC.cpp388 !C.getDriver().IsCLMode()) { in ConstructJob()
435 if (!C.getDriver().IsCLMode() && Args.hasArg(options::OPT_L)) in ConstructJob()
H A DClang.cpp61 << (D.IsCLMode() ? "/E, /P or /EP" : "-E"); in CheckPreprocessingOptions()
1273 if (getToolChain().getDriver().IsCLMode()) { in AddPreprocessingOptions()
2173 } else if (D.IsCLMode()) { in AddX86TargetArgs()
4917 bool TBAAOnByDefault = !D.IsCLMode(); in ConstructJob()
5157 if (D.IsCLMode()) in ConstructJob()
6184 if (!C.getDriver().IsCLMode()) in ConstructJob()