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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp574 static unsigned PrintUnexpected(DiagnosticsEngine &Diags, SourceManager *SourceMgr, function
682 num += PrintUnexpected(Diags, &SourceMgr, Right.begin(), Right.end(), Label);
805 NumErrors += (PrintUnexpected(Diags, 0, Buffer->err_begin(),
807 PrintUnexpected(Diags, 0, Buffer->warn_begin(),
809 PrintUnexpected(Diags, 0, Buffer->note_begin(),

Completed in 25 milliseconds