Searched defs:ScopedDiagnosticHandler (Results 1 – 1 of 1) sorted by relevance
/llvm-project/mlir/include/mlir/IR/ | ||
H A D | Diagnostics.h | 517 explicit ScopedDiagnosticHandler(MLIRContext *ctx) : handlerID(0), ctx(ctx) {} ScopedDiagnosticHandler() function |