Home
last modified time | relevance | path

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

/external/clang/include/clang/Driver/
DDriver.h436 bool ShouldUseClangCompiler(const JobAction &JA) const;
/external/clang/lib/Driver/
DToolChain.cpp328 if (getDriver().ShouldUseClangCompiler(JA)) return getClang(); in SelectTool()
DDriver.cpp2569 bool Driver::ShouldUseClangCompiler(const JobAction &JA) const { in ShouldUseClangCompiler() function in Driver