Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DLSPBinderTests.cpp133 Echo = Binder.outgoingMethod("echo"); in TEST()
135 WrongSignature = Binder.outgoingMethod("wrongSignature"); in TEST()
137 Fail = Binder.outgoingMethod("fail"); in TEST()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DLSPBinder.h87 UntypedOutgoingMethod outgoingMethod(llvm::StringLiteral Method);
195 friend UntypedOutgoingMethod LSPBinder::outgoingMethod(llvm::StringLiteral);
216 LSPBinder::outgoingMethod(llvm::StringLiteral Method) { in outgoingMethod() function
H A DClangdLSPServer.cpp1625 ApplyWorkspaceEdit = Bind.outgoingMethod("workspace/applyEdit"); in bindMethods()
1629 CreateWorkDoneProgress = Bind.outgoingMethod("window/workDoneProgress/create"); in bindMethods()
1634 SemanticTokensRefresh = Bind.outgoingMethod("workspace/semanticTokens/refresh"); in bindMethods()