Home | History | Annotate | Download | only in BitReader_2_7

Lines Matching refs:DiagnosticHandler

187   DiagnosticHandlerFunction DiagnosticHandler;
256 DiagnosticHandlerFunction DiagnosticHandler);
360 static std::error_code Error(DiagnosticHandlerFunction DiagnosticHandler,
363 DiagnosticHandler(DI);
367 static std::error_code Error(DiagnosticHandlerFunction DiagnosticHandler,
369 return Error(DiagnosticHandler, EC, EC.message());
373 return ::Error(DiagnosticHandler, make_error_code(E), Message);
377 return ::Error(DiagnosticHandler,
382 return ::Error(DiagnosticHandler, make_error_code(E));
393 DiagnosticHandlerFunction DiagnosticHandler)
394 : Context(C), DiagnosticHandler(getDiagHandler(DiagnosticHandler, C)),
3493 DiagnosticHandlerFunction DiagnosticHandler) {
3496 new BitcodeReader(Buffer.get(), Context, DiagnosticHandler);
3515 DiagnosticHandlerFunction DiagnosticHandler) {
3517 DiagnosticHandler);
3524 DiagnosticHandlerFunction DiagnosticHandler) {
3527 std::move(Buf), Context, true, DiagnosticHandler);
3542 DiagnosticHandlerFunction DiagnosticHandler) {
3545 DiagnosticHandler);