Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/unittests/
H A DLSPBinderTests.cpp90 ASSERT_THAT(RawHandlers.NotificationHandlers.keys(), in TEST()
111 auto &RawNotify = RawHandlers.NotificationHandlers["notify"]; in TEST()
/llvm-project/clang-tools-extra/clangd/
H A DLSPBinder.h42 HandlerMap<void(JSON)> NotificationHandlers; member
148 Raw.NotificationHandlers[Method] = [Method, Handler, This](JSON RawParams) { in notification()
H A DClangdLSPServer.cpp217 auto Handler = Server.Handlers.NotificationHandlers.find(Method); in onNotify()
218 if (Handler != Server.Handlers.NotificationHandlers.end()) { in onNotify()