Searched refs:ShouldUseClangCompiler (Results 1 – 3 of 3) sorted by relevance
436 bool ShouldUseClangCompiler(const JobAction &JA) const;
328 if (getDriver().ShouldUseClangCompiler(JA)) return getClang(); in SelectTool()
2569 bool Driver::ShouldUseClangCompiler(const JobAction &JA) const { in ShouldUseClangCompiler() function in Driver