Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/xpc/
H A DXPCTransport.cpp124 return Handler.onReply(std::move(*ID), decodeError(*Err)); in handleMessage()
129 return Handler.onReply(std::move(*ID), std::move(Result)); in handleMessage()
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DTransport.cpp112 bool MessageHandler::onReply(llvm::json::Value id, in onReply() function in MessageHandler
245 return handler.onReply(std::move(*id), decodeError(*err)); in handleMessage()
250 return handler.onReply(std::move(*id), std::move(result)); in handleMessage()
H A DTransport.h110 bool onReply(llvm::json::Value id, llvm::Expected<llvm::json::Value> result);
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DTransport.h54 virtual bool onReply(llvm::json::Value ID,
H A DPathMapping.cpp97 bool onReply(llvm::json::Value ID, in onReply() function in clang::clangd::__anona75da5040111::PathMappingMessageHandler
102 return WrappedHandler.onReply(std::move(ID), std::move(Result)); in onReply()
H A DJSONTransport.cpp181 return Handler.onReply(std::move(*ID), decodeError(*Err)); in handleMessage()
186 return Handler.onReply(std::move(*ID), std::move(Result)); in handleMessage()
H A DClangdLSPServer.cpp205 bool onReply(llvm::json::Value ID, in onReply() function in clang::clangd::ClangdLSPServer::MessageHandler
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DJSONTransportTests.cpp82 bool onReply(llvm::json::Value ID, in onReply() function in clang::clangd::__anonf6e644870111::Echo