Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DTransport.h148 notificationHandlers[method] = [method, handler, in notification()
170 HandlerMap<void(llvm::json::Value)> notificationHandlers; variable
H A DTransport.cpp89 auto it = notificationHandlers.find(method); in onNotify()
90 if (it != notificationHandlers.end()) in onNotify()