Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DLSPBinder.h83 class UntypedOutgoingMethod; variable
87 UntypedOutgoingMethod outgoingMethod(llvm::StringLiteral Method);
190 class LSPBinder::UntypedOutgoingMethod {
193 UntypedOutgoingMethod(llvm::StringLiteral Method, RawOutgoing *Out) in UntypedOutgoingMethod() function
195 friend UntypedOutgoingMethod LSPBinder::outgoingMethod(llvm::StringLiteral);
215 inline LSPBinder::UntypedOutgoingMethod
217 return UntypedOutgoingMethod(Method, &Out); in outgoingMethod()