Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp933 static unsigned CheckLists(DiagnosticsEngine &Diags, SourceManager &SourceMgr, in CheckLists() function
997 NumProblems += CheckLists(Diags, SourceMgr, "error", ED.Errors, in CheckResults()
1002 NumProblems += CheckLists(Diags, SourceMgr, "warning", ED.Warnings, in CheckResults()
1007 NumProblems += CheckLists(Diags, SourceMgr, "remark", ED.Remarks, in CheckResults()
1012 NumProblems += CheckLists(Diags, SourceMgr, "note", ED.Notes, in CheckResults()