Home
last modified time | relevance | path

Searched refs:setHandlerFn (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DLexer.cpp91 diagEngine.setHandlerFn([&](const ast::Diagnostic &diag) { in Lexer()
104 diagEngine.setHandlerFn(nullptr); in ~Lexer()
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DDiagnostic.h171 void setHandlerFn(HandlerFn &&newHandler) { handler = std::move(newHandler); } in setHandlerFn() function
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp394 astContext.getDiagEngine().setHandlerFn([&](const ast::Diagnostic &diag) { in PDLDocument()