Home
last modified time | relevance | path

Searched refs:hasGoodDiagnostics (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DFlang.h54 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
H A DClang.h109 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
132 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
H A DGnu.h108 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
119 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DTool.h63 virtual bool hasGoodDiagnostics() const { return false; } in hasGoodDiagnostics() function
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp1776 if (!FailingCommand->getCreator().hasGoodDiagnostics() || CommandRes != 1) { in ExecuteCompilation()