Home
last modified time | relevance | path

Searched refs:HandlerTy (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDiagnostics.h423 using HandlerTy = llvm::unique_function<LogicalResult(Diagnostic &)>; variable
433 HandlerID registerHandler(HandlerTy handler);
/llvm-project-15.0.7/mlir/lib/IR/
H A DDiagnostics.cpp228 llvm::SmallMapVector<DiagnosticEngine::HandlerID, DiagnosticEngine::HandlerTy,
275 auto DiagnosticEngine::registerHandler(HandlerTy handler) -> HandlerID { in registerHandler()