Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Driver/
H A DDriver.h635 bool ShouldUseClangCompiler(const JobAction &JA) const;
/llvm-project-15.0.7/clang/lib/Driver/
H A DToolChain.cpp598 if (getDriver().ShouldUseClangCompiler(JA)) return getClang(); in SelectTool()
H A DDriver.cpp6174 bool Driver::ShouldUseClangCompiler(const JobAction &JA) const { in ShouldUseClangCompiler() function in Driver