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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/
H A DDriver.h385 /// ShouldUseClangCompiler - Should the clang compiler be used to
387 bool ShouldUseClangCompiler(const JobAction &JA) const;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/
H A DToolChain.cpp133 if (getDriver().ShouldUseClangCompiler(JA))
H A DDriver.cpp1991 bool Driver::ShouldUseClangCompiler(const JobAction &JA) const { function in class:Driver

Completed in 62 milliseconds