Searched refs:hasGoodDiagnostics (Results 1 – 3 of 3) sorted by relevance
117 virtual bool hasGoodDiagnostics() const { return false; } in hasGoodDiagnostics() function
111 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function129 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function176 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function187 bool hasGoodDiagnostics() const override { return true; } in hasGoodDiagnostics() function
839 if (!FailingCommand->getCreator().hasGoodDiagnostics() || Res != 1) { in ExecuteCompilation()