Searched refs:onReply (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/xpc/ |
| H A D | XPCTransport.cpp | 124 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 D | Transport.cpp | 112 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 D | Transport.h | 110 bool onReply(llvm::json::Value id, llvm::Expected<llvm::json::Value> result);
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Transport.h | 54 virtual bool onReply(llvm::json::Value ID,
|
| H A D | PathMapping.cpp | 97 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 D | JSONTransport.cpp | 181 return Handler.onReply(std::move(*ID), decodeError(*Err)); in handleMessage() 186 return Handler.onReply(std::move(*ID), std::move(Result)); in handleMessage()
|
| H A D | ClangdLSPServer.cpp | 205 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 D | JSONTransportTests.cpp | 82 bool onReply(llvm::json::Value ID, in onReply() function in clang::clangd::__anonf6e644870111::Echo
|