Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdLSPServer.cpp209 Callback<llvm::json::Value> ReplyHandler = nullptr; in onReply() local
215 ReplyHandler = std::move(ReplyCallbacks[Index].second); in onReply()
223 if (!ReplyHandler) { in onReply()
225 ReplyHandler = [&ID](llvm::Expected<llvm::json::Value> Result) { in onReply()
235 ReplyHandler(std::move(Result)); in onReply()
239 ReplyHandler(std::move(Err)); in onReply()