Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Driver/
H A DDriver.h639 bool ShouldUseFlangCompiler(const JobAction &JA) const;
/llvm-project-15.0.7/clang/lib/Driver/
H A DToolChain.cpp597 if (D.IsFlangMode() && getDriver().ShouldUseFlangCompiler(JA)) return getFlang(); in SelectTool()
H A DDriver.cpp6189 bool Driver::ShouldUseFlangCompiler(const JobAction &JA) const { in ShouldUseFlangCompiler() function in Driver