Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DDriver.h555 bool ShouldUseClangCompiler(const JobAction &JA) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp528 if (getDriver().ShouldUseClangCompiler(JA)) return getClang(); in SelectTool()
H A DDriver.cpp5397 bool Driver::ShouldUseClangCompiler(const JobAction &JA) const { in ShouldUseClangCompiler() function in Driver