Searched refs:PrintUnexpected (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp619 static unsigned PrintUnexpected(DiagnosticsEngine &Diags, SourceManager *SourceMgr, function
732 num += PrintUnexpected(Diags, &SourceMgr, Right.begin(), Right.end(), Label);
859 NumErrors += (PrintUnexpected(Diags, nullptr, Buffer->err_begin(),
861 PrintUnexpected(Diags, nullptr, Buffer->warn_begin(),
863 PrintUnexpected(Diags, nullptr, Buffer->note_begin(),

Completed in 117 milliseconds