Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DDiagnostics.h406 using HandlerTy = std::function<LogicalResult(Diagnostic &)>; variable
416 HandlerID registerHandler(const HandlerTy &handler);
/external/llvm-project/mlir/lib/IR/
DDiagnostics.cpp207 llvm::SmallMapVector<DiagnosticEngine::HandlerID, DiagnosticEngine::HandlerTy,
254 auto DiagnosticEngine::registerHandler(const HandlerTy &handler) -> HandlerID { in registerHandler()