Searched refs:ScopedDiagnosticHandler (Results 1 – 6 of 6) sorted by relevance
496 class ScopedDiagnosticHandler {498 explicit ScopedDiagnosticHandler(MLIRContext *ctx) : handlerID(0), ctx(ctx) {} in ScopedDiagnosticHandler() function500 ScopedDiagnosticHandler(MLIRContext *ctx, FuncTy &&handler) in ScopedDiagnosticHandler() function504 ~ScopedDiagnosticHandler();532 class SourceMgrDiagnosticHandler : public ScopedDiagnosticHandler {
64 ScopedDiagnosticHandler diagHandler(&getContext(), [](Diagnostic &diag) { in runOnOperation()
326 ScopedDiagnosticHandler::~ScopedDiagnosticHandler() { in ~ScopedDiagnosticHandler()421 : ScopedDiagnosticHandler(ctx), mgr(mgr), os(os), in SourceMgrDiagnosticHandler()
148 mlir::ScopedDiagnosticHandler s( in ConvertTFExecutorToTFLOrFlatbuffer()
267 ScopedDiagnosticHandler scopedHandler(&context, [](Diagnostic &diag) {272 class MyDerivedHandler : public ScopedDiagnosticHandler {273 MyDerivedHandler(MLIRContext *ctx) : ScopedDiagnosticHandler(ctx) {
785 ScopedDiagnosticHandler scoped_diag_handler( in runOnFunction()