Searched refs:PrintUnexpected (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Frontend/ |
D | VerifyDiagnosticConsumer.cpp | 616 static unsigned PrintUnexpected(DiagnosticsEngine &Diags, SourceManager *SourceMgr, in PrintUnexpected() function 730 num += PrintUnexpected(Diags, &SourceMgr, Right.begin(), Right.end(), Label); in CheckLists() 857 NumErrors += (PrintUnexpected(Diags, nullptr, Buffer->err_begin(), in CheckDiagnostics() 859 PrintUnexpected(Diags, nullptr, Buffer->warn_begin(), in CheckDiagnostics() 861 PrintUnexpected(Diags, nullptr, Buffer->note_begin(), in CheckDiagnostics()
|