| /llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/ |
| H A D | LSPServer.cpp | 36 Callback<llvm::json::Value> reply); 65 Callback<Optional<Hover>> reply); 77 Callback<CompletionList> reply); 83 Callback<SignatureHelp> reply); 156 reply(std::move(result)); in onInitialize() 161 reply(nullptr); in onShutdown() 204 reply(std::move(locations)); in onGoToDefinition() 211 reply(std::move(locations)); in onReference() 221 reply(std::move(links)); in onDocumentLink() 239 reply(std::move(symbols)); in onDocumentSymbol() [all …]
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/ |
| H A D | LSPServer.cpp | 34 Callback<llvm::json::Value> reply); 51 Callback<std::vector<Location>> reply); 57 Callback<Optional<Hover>> reply); 69 Callback<CompletionList> reply); 75 Callback<llvm::json::Value> reply); 144 reply(std::move(result)); in onInitialize() 149 reply(nullptr); in onShutdown() 198 reply(std::move(locations)); in onGoToDefinition() 205 reply(std::move(locations)); in onReference() 223 reply(std::move(symbols)); in onDocumentSymbol() [all …]
|
| /llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/ |
| H A D | LSPServer.cpp | 34 Callback<llvm::json::Value> reply); 49 Callback<std::vector<Location>> reply); 51 Callback<std::vector<Location>> reply); 57 Callback<std::vector<DocumentLink>> reply); 63 Callback<Optional<Hover>> reply); 108 reply(std::move(result)); in onInitialize() 113 reply(nullptr); in onShutdown() 156 reply(std::move(locations)); in onGoToDefinition() 163 reply(std::move(locations)); in onReference() 173 reply(std::move(links)); in onDocumentLink() [all …]
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/Darwin/ |
| H A D | xpc.mm | 32 xpc_object_t reply = xpc_dictionary_create_reply(object); 33 if (!reply) 35 xpc_dictionary_set_string(reply, "reply", "value"); 38 xpc_connection_send_message(remote, reply); 57 NSLog(@"received reply: %@", object);
|
| /llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/ |
| H A D | Transport.cpp | 39 void operator()(llvm::Expected<llvm::json::Value> reply); 59 void Reply::operator()(llvm::Expected<llvm::json::Value> reply) { in operator ()() argument 67 if (reply) { in operator ()() 69 transport->reply(std::move(id), std::move(reply)); in operator ()() 71 llvm::Error error = reply.takeError(); in operator ()() 73 transport->reply(std::move(id), std::move(error)); in operator ()() 100 Reply reply(id, method, transport); in onCall() local 104 it->second(std::move(params), std::move(reply)); in onCall() 106 reply(llvm::make_error<LSPError>("method not found: " + method.str(), in onCall() 179 void JSONTransport::reply(llvm::json::Value id, in reply() function in JSONTransport
|
| H A D | Transport.h | 58 void reply(llvm::json::Value id, llvm::Expected<llvm::json::Value> result); 137 Callback<llvm::json::Value> reply) { in method() 140 return reply(param.takeError()); in method() 141 (thisPtr->*handler)(*param, std::move(reply)); in method()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/test/ |
| H A D | request-reply.test | 37 # a reply with an invalid id. 39 # clangd doesn't reply, just emits an elog.
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | JSONTransportTests.cpp | 72 Target.reply( in onCall() 75 Target.reply(ID, llvm::make_error<CancelledError>( in onCall() 78 Target.reply(ID, std::move(Params)); in onCall()
|
| H A D | LSPClient.cpp | 93 void reply(llvm::json::Value ID, in reply() function in clang::clangd::LSPClient::TransportImpl
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Transport.h | 43 virtual void reply(llvm::json::Value ID,
|
| H A D | PathMapping.cpp | 128 void reply(llvm::json::Value ID, in reply() function in clang::clangd::__anona75da5040111::PathMappingTransport 133 WrappedTransport->reply(std::move(ID), std::move(Result)); in reply()
|
| H A D | JSONTransport.cpp | 85 void reply(llvm::json::Value ID, in reply() function in clang::clangd::__anon3b9da1120111::JSONTransport
|
| H A D | ClangdLSPServer.cpp | 331 Server->Transp.reply(std::move(ID), std::move(Reply)); in operator ()() 338 Server->Transp.reply(std::move(ID), std::move(Err)); in operator ()()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | ProcessKDP.cpp | 924 DataExtractor reply; in DoExecute() local 928 payload_bytes.size(), reply, error); in DoExecute() 934 reply.GetDataStart(), reply.GetByteSize(), in DoExecute()
|
| H A D | CommunicationKDP.h | 128 lldb_private::DataExtractor &reply,
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | DiscourseMigrationGuide.md | 3 …llvm.org). The old one still works as well. We are aware of an issue with reply by email to emails… 36 * You can reply to a post, including quoting other peoples texts 38 * [Quoting previous topics in an reply](https://meta.discourse.org/t/single-quote-block-dropped-in-… 171 On the mailing list you have the opportunity to reply only to the sender of
|
| H A D | MyFirstTypoFix.rst | 382 The reviewer can leave comments on the change, and you can reply. Some 384 code. You can either reply to these, or address them and mark them as
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/xpc/ |
| H A D | XPCTransport.cpp | 71 void reply(json::Value ID, Expected<json::Value> Result) override { in reply() function in __anon40cfa69d0111::XPCTransport
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | lldb-gdb-remote.txt | 1124 about why a thread is stopped. The response is the same as the stop reply 1255 of tuples like the data returned in a stop reply packet. The currently valid 1327 // The reply will be the data requested in 8-bit binary data format. 1474 // Stop reply packet extensions 1478 // specify in stop reply packets that help LLDB to know more detailed 1482 // Standard GDB remote stop reply packets are reply packets sent in 1516 // and the debugger is expected to continue to wait for another stop reply 1625 // High. Having the extra information in your stop reply packets makes 1812 // This packet, which takes its arguments as JSON and sends its reply as 1837 // reply on a OS X Yosemite / iOS 8 may include the pthread_t value, the [all …]
|
| H A D | lldb-platform-packets.txt | 166 // The reply has semicolon-separated name:value fields, two are 168 // lldb-server can reply with many additional fields, but I think
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | Editline.cpp | 976 char reply = 'n'; in DisplayCompletions() local 977 int got_char = el_getc(editline, &reply); in DisplayCompletions() 979 if (got_char == -1 || reply == 'n') in DisplayCompletions() 981 if (reply == 'a') in DisplayCompletions()
|
| /llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/ |
| H A D | Host.mm | 964 xpc_object_t reply = 966 xpc_type_t returnType = xpc_get_type(reply); 968 pid = xpc_dictionary_get_int64(reply, LauncherXPCServiceChildPIDKey); 971 xpc_dictionary_get_int64(reply, LauncherXPCServiceErrorTypeKey); 973 xpc_dictionary_get_int64(reply, LauncherXPCServiceCodeTypeKey); 990 xpc_dictionary_get_string(reply, XPC_ERROR_KEY_DESCRIPTION));
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | RNBRemote.cpp | 744 std::string reply; in SendPacket() local 746 err = GetPacket(reply, packet, true); in SendPacket() 758 __FUNCTION__, sendpacket.c_str(), reply.c_str()); in SendPacket() 6150 std::ostringstream reply; in HandlePacket_qSymbol() local 6151 reply << "qSymbol:"; in HandlePacket_qSymbol() 6153 reply << RAWHEX8(symbol_name[i]); in HandlePacket_qSymbol() 6154 return SendPacket(reply.str()); in HandlePacket_qSymbol()
|
| H A D | ChangeLog | 177 (RNBRemote::HandleReceivedPacket): Don't reply to packets we don't 241 registers need to be sent up to the host with each stop reply packet. 519 and reply header on two separate lines. 892 parameter to the mach exception reply.
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | CoreProperties.td | 46 Desc<"If true all confirmation prompts will receive their default reply.">;
|