Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp690 static unsigned CheckLists(DiagnosticsEngine &Diags, SourceManager &SourceMgr, in CheckLists() function
749 NumProblems += CheckLists(Diags, SourceMgr, "error", ED.Errors, in CheckResults()
753 NumProblems += CheckLists(Diags, SourceMgr, "warning", ED.Warnings, in CheckResults()
757 NumProblems += CheckLists(Diags, SourceMgr, "remark", ED.Remarks, in CheckResults()
761 NumProblems += CheckLists(Diags, SourceMgr, "note", ED.Notes, in CheckResults()