Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DDriver.cpp339 if (IsCLMode()) { in BuildCompilation()
992 if (D.IsCLMode() && llvm::sys::Process::FindInEnvPath("LIB", Value)) in DiagnoseInputExistence()
1052 Diag(IsCLMode() ? clang::diag::err_drv_unknown_stdin_type_clang_cl in BuildInputs()
1730 types::getTypeTempSuffix(JA.getType(), IsCLMode())); in GetNamedOutputPath()
1761 if (IsCLMode()) { in GetNamedOutputPath()
1773 const char *Suffix = types::getTypeTempSuffix(JA.getType(), IsCLMode()); in GetNamedOutputPath()
1820 types::getTypeTempSuffix(JA.getType(), IsCLMode())); in GetNamedOutputPath()
DTools.cpp76 << (D.IsCLMode() ? "/E, /P or /EP" : "-E"); in CheckPreprocessingOptions()
2972 bool TBAAOnByDefault = !getToolChain().getDriver().IsCLMode(); in ConstructJob()
3260 if (getToolChain().getDriver().IsCLMode()) in ConstructJob()
4304 if (!C.getDriver().IsCLMode()) in ConstructJob()
8438 !Args.hasArg(options::OPT_nostartfiles) && !C.getDriver().IsCLMode()) in ConstructJob()
/external/clang/include/clang/Driver/
DDriver.h139 bool IsCLMode() const { return Mode == CLMode; } in IsCLMode() function