Searched refs:ShouldUseClangCompiler (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Driver/ |
D | ToolChains.cpp | 180 if (getDriver().ShouldUseClangCompiler(C, JA, getTriple())) { in SelectTool() 1371 if (getDriver().ShouldUseClangCompiler(C, JA, getTriple())) in SelectTool() 1447 if (getDriver().ShouldUseClangCompiler(C, JA, getTriple())) in SelectTool() 1557 if (getDriver().ShouldUseClangCompiler(C, JA, getTriple())) in SelectTool() 1597 if (getDriver().ShouldUseClangCompiler(C, JA, getTriple())) in SelectTool() 1665 if (getDriver().ShouldUseClangCompiler(C, JA, getTriple())) in SelectTool() 1714 if (getDriver().ShouldUseClangCompiler(C, JA, getTriple())) in SelectTool() 1754 if (getDriver().ShouldUseClangCompiler(C, JA, getTriple())) in SelectTool() 1795 if (getDriver().ShouldUseClangCompiler(C, JA, getTriple())) in SelectTool() 1832 if (getDriver().ShouldUseClangCompiler(C, JA, getTriple())) in SelectTool() [all …]
|
D | WindowsToolChain.cpp | 41 if (getDriver().ShouldUseClangCompiler(C, JA, getTriple())) in SelectTool()
|
D | Driver.cpp | 1819 bool Driver::ShouldUseClangCompiler(const Compilation &C, const JobAction &JA, in ShouldUseClangCompiler() function in Driver
|
/external/clang/include/clang/Driver/ |
D | Driver.h | 393 bool ShouldUseClangCompiler(const Compilation &C, const JobAction &JA,
|