Searched refs:hasGoodDiagnostics (Results 1 – 3 of 3) sorted by relevance
117 virtual bool hasGoodDiagnostics() const { return false; } in hasGoodDiagnostics() function
95 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function114 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function159 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function171 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
642 if (!FailingCommand->getCreator().hasGoodDiagnostics() || Res != 1) { in ExecuteCompilation()