| /llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/ |
| H A D | LSPServer.cpp | 195 messageHandler.notification("initialized", &lspServer, in runTableGenLSPServer() 200 messageHandler.notification("textDocument/didOpen", &lspServer, in runTableGenLSPServer() 202 messageHandler.notification("textDocument/didClose", &lspServer, in runTableGenLSPServer() 204 messageHandler.notification("textDocument/didChange", &lspServer, in runTableGenLSPServer()
|
| /llvm-project-15.0.7/clang/test/Rewriter/ |
| H A D | rewrite-foreach-6.m | 14 for (NSNotification *notification in notificationArray) 15 [X postNotification:notification];
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/ |
| H A D | LSPServer.cpp | 268 messageHandler.notification("initialized", &lspServer, in runMlirLSPServer() 273 messageHandler.notification("textDocument/didOpen", &lspServer, in runMlirLSPServer() 275 messageHandler.notification("textDocument/didClose", &lspServer, in runMlirLSPServer() 277 messageHandler.notification("textDocument/didChange", &lspServer, in runMlirLSPServer()
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/ |
| H A D | LSPServer.cpp | 288 messageHandler.notification("initialized", &lspServer, in runPdllLSPServer() 293 messageHandler.notification("textDocument/didOpen", &lspServer, in runPdllLSPServer() 295 messageHandler.notification("textDocument/didClose", &lspServer, in runPdllLSPServer() 297 messageHandler.notification("textDocument/didChange", &lspServer, in runPdllLSPServer()
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | compatible-protocol-qualified-types.m | 55 - (void)textStorageWillProcessEditing:(NSNotification *)notification; 56 - (void)textStorageDidProcessEditing:(NSNotification *)notification;
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderMacOSXDYLD.h | 102 lldb::addr_t notification = LLDB_INVALID_ADDRESS; // Version >= 1 member 113 notification = LLDB_INVALID_ADDRESS; in Clear()
|
| H A D | DynamicLoaderMacOSXDYLD.cpp | 492 m_dyld_all_image_infos.notification = data.GetAddress(&offset); in ReadAllImageInfosStructure() 521 m_dyld_all_image_infos.notification - in ReadAllImageInfosStructure() 525 m_dyld_all_image_infos.notification = in ReadAllImageInfosStructure() 993 (uint64_t)m_dyld_all_image_infos.notification); in PutToLog() 1007 if (m_dyld_all_image_infos.notification != LLDB_INVALID_ADDRESS) { in SetNotificationBreakpoint() 1013 m_dyld_all_image_infos.notification, so_addr); in SetNotificationBreakpoint() 1021 m_dyld_all_image_infos.notification, so_addr); in SetNotificationBreakpoint()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/unimplemented/ |
| H A D | CMakeLists.txt | 3 # client is not present. Users will get a notification about this when trying
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | LSPBinder.h | 69 void notification(llvm::StringLiteral Method, ThisT *This, 146 void LSPBinder::notification(llvm::StringLiteral Method, ThisT *This, in notification() function
|
| H A D | ClangdLSPServer.cpp | 1576 Bind.notification("initialized", this, &ClangdLSPServer::onInitialized); in bindMethods() 1599 Bind.notification("textDocument/didOpen", this, &ClangdLSPServer::onDocumentDidOpen); in bindMethods() 1600 Bind.notification("textDocument/didClose", this, &ClangdLSPServer::onDocumentDidClose); in bindMethods() 1601 Bind.notification("textDocument/didChange", this, &ClangdLSPServer::onDocumentDidChange); in bindMethods() 1602 Bind.notification("textDocument/didSave", this, &ClangdLSPServer::onDocumentDidSave); in bindMethods() 1603 Bind.notification("workspace/didChangeWatchedFiles", this, &ClangdLSPServer::onFileEvent); in bindMethods() 1604 …Bind.notification("workspace/didChangeConfiguration", this, &ClangdLSPServer::onChangeConfiguratio… in bindMethods()
|
| /llvm-project-15.0.7/.github/workflows/ |
| H A D | llvm-bugs.yml | 16 - name: Send notification
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | ClangdLSPServerTests.cpp | 237 Bind.notification("add", this, &MathModule::add); in TEST_F() 333 Bind.notification("increment", this, &AsyncCounter::increment); in TEST_F()
|
| H A D | LSPBinderTests.cpp | 84 Binder.notification("notify", &H, &Handler::notify); in TEST()
|
| /llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/ |
| H A D | Transport.h | 146 void notification(llvm::StringLiteral method, ThisT *thisPtr, in notification() function
|
| /llvm-project-15.0.7/utils/bazel/ |
| H A D | README.md | 83 on each failure using Buildkite's built-in notification system, so if you
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | future | 81 // setting the result with deferred notification 110 // setting the result with deferred notification 138 // setting the result with deferred notification 1320 // setting the result with deferred notification 1464 // setting the result with deferred notification 1590 // setting the result with deferred notification
|
| H A D | __availability | 145 // <semaphore>, and notification functions on std::atomic.
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | objcmt-arc-cf-annotations.m | 226 …tching, mach_port_t wakePort, uintptr_t reference, io_iterator_t * notification ) __attribute__… 227 … IOServiceMatchingCallback callback, void * refCon, io_iterator_t * notification ); 983 mach_port_t wakePort, uintptr_t reference, io_iterator_t * notification ) { 988 wakePort, reference, notification); 1013 IOServiceMatchingCallback callback, void * refCon, io_iterator_t * notification) { 1016 …iceAddMatchingNotification(notifyPort, notificationType, matching, callback, refCon, notification);
|
| H A D | objcmt-arc-cf-annotations.m.result | 238 …tching, mach_port_t wakePort, uintptr_t reference, io_iterator_t * notification ) __attribute__… 239 … IOServiceMatchingCallback callback, void * refCon, io_iterator_t * notification ); 1025 mach_port_t wakePort, uintptr_t reference, io_iterator_t * notification ) { 1030 wakePort, reference, notification); 1055 IOServiceMatchingCallback callback, void * refCon, io_iterator_t * notification) { 1058 …iceAddMatchingNotification(notifyPort, notificationType, matching, callback, refCon, notification);
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | retain-release.mm | 180 …tching, mach_port_t wakePort, uintptr_t reference, io_iterator_t * notification ) __attribute__… 181 … IOServiceMatchingCallback callback, void * refCon, io_iterator_t * notification );
|
| H A D | retain-release-inline.m | 160 …tching, mach_port_t wakePort, uintptr_t reference, io_iterator_t * notification ) __attribute__… 161 … IOServiceMatchingCallback callback, void * refCon, io_iterator_t * notification );
|
| H A D | retain-release.m | 238 …tching, mach_port_t wakePort, uintptr_t reference, io_iterator_t * notification ) __attribute__… 239 … IOServiceMatchingCallback callback, void * refCon, io_iterator_t * notification ); 1088 mach_port_t wakePort, uintptr_t reference, io_iterator_t * notification ) { 1093 wakePort, reference, notification); 1118 IOServiceMatchingCallback callback, void * refCon, io_iterator_t * notification) { 1121 …iceAddMatchingNotification(notifyPort, notificationType, matching, callback, refCon, notification);
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | Security.rst | 10 4. Ensure timely notification and release to vendors who package and distribute LLVM-based toolchai… 11 5. Ensure timely notification to users of LLVM-based toolchains whose compiled code is security-sen…
|
| /llvm-project-15.0.7/compiler-rt/include/sanitizer/ |
| H A D | linux_syscall_hooks.h | 1396 #define __sanitizer_syscall_pre_mq_notify(mqdes, notification) \ argument 1397 __sanitizer_syscall_pre_impl_mq_notify((long)(mqdes), (long)(notification)) 1398 #define __sanitizer_syscall_post_mq_notify(res, mqdes, notification) \ argument 1400 (long)(notification)) 2808 void __sanitizer_syscall_pre_impl_mq_notify(long mqdes, long notification); 2810 long notification);
|
| H A D | netbsd_syscall_hooks.h | 1377 #define __sanitizer_syscall_pre_mq_notify(mqdes, notification) \ argument 1379 (long long)(notification)) 1380 #define __sanitizer_syscall_post_mq_notify(res, mqdes, notification) \ argument 1382 (long long)(notification)) 3885 long long notification); 3887 long long notification);
|