Home | History | Annotate | Download | only in Frontend

Lines Matching refs:NumErrors

852     unsigned NumErrors = getDiagnostics().getClient()->getNumErrors();
856 if (NumWarnings && NumErrors)
858 if (NumErrors)
859 OS << NumErrors << " error" << (NumErrors == 1 ? "" : "s");
860 if (NumWarnings || NumErrors)