Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Driver/
DDriver.h549 bool ShouldUseFlangCompiler(const JobAction &JA) const;
/external/llvm-project/clang/lib/Driver/
DToolChain.cpp538 if (D.IsFlangMode() && getDriver().ShouldUseFlangCompiler(JA)) return getFlang(); in SelectTool()
DDriver.cpp5263 bool Driver::ShouldUseFlangCompiler(const JobAction &JA) const { in ShouldUseFlangCompiler() function in Driver