Searched refs:CheckLists (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/ |
| D | VerifyDiagnosticConsumer.cpp | 644 static unsigned CheckLists(DiagnosticsEngine &Diags, SourceManager &SourceMgr, in CheckLists() function 701 NumProblems += CheckLists(Diags, SourceMgr, "error", ED.Errors, in CheckResults() 705 NumProblems += CheckLists(Diags, SourceMgr, "warning", ED.Warnings, in CheckResults() 709 NumProblems += CheckLists(Diags, SourceMgr, "note", ED.Notes, in CheckResults()
|