Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DDriver.cpp151 Diags.Report(IsCLMode() ? diag::warn_drv_unknown_argument_clang_cl : in ParseArgStrings()
501 if (IsCLMode()) { in BuildCompilation()
1190 if (D.IsCLMode()) { in DiagnoseInputExistence()
1261 Diag(IsCLMode() ? clang::diag::err_drv_unknown_stdin_type_clang_cl in BuildInputs()
1875 if (!IsCLMode() || !A->getOption().matches(options::OPT_UNKNOWN)) in BuildJobs()
2216 Split.first, types::getTypeTempSuffix(JA.getType(), IsCLMode())); in GetNamedOutputPath()
2252 if (IsCLMode()) { in GetNamedOutputPath()
2264 } else if (JA.getType() == types::TY_PCH && IsCLMode()) { in GetNamedOutputPath()
2267 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode()); in GetNamedOutputPath()
2313 Split.first, types::getTypeTempSuffix(JA.getType(), IsCLMode())); in GetNamedOutputPath()
[all …]
DTools.cpp119 << (D.IsCLMode() ? "/E, /P or /EP" : "-E"); in CheckPreprocessingOptions()
428 if (getToolChain().getDriver().IsCLMode() && in AddPreprocessingOptions()
4131 bool TBAAOnByDefault = !getToolChain().getDriver().IsCLMode(); in ConstructJob()
4449 if (getToolChain().getDriver().IsCLMode()) in ConstructJob()
5620 if (!C.getDriver().IsCLMode()) in ConstructJob()
9976 !C.getDriver().IsCLMode()) in ConstructJob()
10019 if (!C.getDriver().IsCLMode() && Args.hasArg(options::OPT_L)) in ConstructJob()
/external/clang/include/clang/Driver/
DDriver.h164 bool IsCLMode() const { return Mode == CLMode; } in IsCLMode() function