Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DLSPBinder.h92 class UntypedOutgoingNotification; variable
96 UntypedOutgoingNotification outgoingNotification(llvm::StringLiteral Method);
170 class LSPBinder::UntypedOutgoingNotification {
173 UntypedOutgoingNotification(llvm::StringLiteral Method, RawOutgoing *Out) in UntypedOutgoingNotification() function
175 friend UntypedOutgoingNotification
185 inline LSPBinder::UntypedOutgoingNotification
187 return UntypedOutgoingNotification(Method, &Out); in outgoingNotification()