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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DDriver.h366 /// ShouldUseClangCompiler - Should the clang compiler be used to
368 bool ShouldUseClangCompiler(const JobAction &JA) const;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DToolChain.cpp122 if (getDriver().ShouldUseClangCompiler(JA))
H A DDriver.cpp1782 bool Driver::ShouldUseClangCompiler(const JobAction &JA) const { function in class:Driver

Completed in 68 milliseconds