Home
last modified time | relevance | path

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

/external/clang/include/clang/Driver/
DDriver.h157 bool IsCLMode() const { return Mode == CLMode; } in IsCLMode() function
/external/clang/lib/Driver/
DDriver.cpp447 if (IsCLMode()) { in BuildCompilation()
1117 if (D.IsCLMode() && !llvm::sys::path::is_absolute(Twine(Path)) && in DiagnoseInputExistence()
1179 Diag(IsCLMode() ? clang::diag::err_drv_unknown_stdin_type_clang_cl in BuildInputs()
2015 Split.first, types::getTypeTempSuffix(JA.getType(), IsCLMode())); in GetNamedOutputPath()
2051 if (IsCLMode()) { in GetNamedOutputPath()
2063 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode()); in GetNamedOutputPath()
2109 Split.first, types::getTypeTempSuffix(JA.getType(), IsCLMode())); in GetNamedOutputPath()
DTools.cpp93 << (D.IsCLMode() ? "/E, /P or /EP" : "-E"); in CheckPreprocessingOptions()
3743 bool TBAAOnByDefault = !getToolChain().getDriver().IsCLMode(); in ConstructJob()
4046 if (getToolChain().getDriver().IsCLMode()) in ConstructJob()
5123 if (!C.getDriver().IsCLMode()) in ConstructJob()
9369 !C.getDriver().IsCLMode()) in ConstructJob()