Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DDriver.h559 bool ShouldUseFlangCompiler(const JobAction &JA) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp527 if (D.IsFlangMode() && getDriver().ShouldUseFlangCompiler(JA)) return getFlang(); in SelectTool()
H A DDriver.cpp5411 bool Driver::ShouldUseFlangCompiler(const JobAction &JA) const { in ShouldUseFlangCompiler() function in Driver