Searched refs:hasGoodDiagnostics (Results 1 – 5 of 5) sorted by relevance
54 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
109 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function132 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
108 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function119 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
63 virtual bool hasGoodDiagnostics() const { return false; } in hasGoodDiagnostics() function
1776 if (!FailingCommand->getCreator().hasGoodDiagnostics() || CommandRes != 1) { in ExecuteCompilation()