Home
last modified time | relevance | path

Searched defs:OutgoingNotification (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DFeatureModule.h136 using OutgoingNotification = llvm::unique_function<void(const P &)>; variable
H A DLSPBinder.h90 using OutgoingNotification = llvm::unique_function<void(const P &)>; variable
/llvm-project/mlir/include/mlir/Tools/lsp-server-support/
H A DTransport.h101 using OutgoingNotification = llvm::unique_function<void(const T &)>; variable
/llvm-project/mlir/unittests/Tools/lsp-server-support/
H A DTransport.cpp128 TEST_F(TransportInputTest, OutgoingNotification) { in TEST_F() argument