Home
last modified time | relevance | path

Searched refs:notification (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DLSPServer.cpp195 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 Drewrite-foreach-6.m14 for (NSNotification *notification in notificationArray)
15 [X postNotification:notification];
/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DLSPServer.cpp268 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 DLSPServer.cpp288 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 Dcompatible-protocol-qualified-types.m55 - (void)textStorageWillProcessEditing:(NSNotification *)notification;
56 - (void)textStorageDidProcessEditing:(NSNotification *)notification;
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.h102 lldb::addr_t notification = LLDB_INVALID_ADDRESS; // Version >= 1 member
113 notification = LLDB_INVALID_ADDRESS; in Clear()
H A DDynamicLoaderMacOSXDYLD.cpp492 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 DCMakeLists.txt3 # client is not present. Users will get a notification about this when trying
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DLSPBinder.h69 void notification(llvm::StringLiteral Method, ThisT *This,
146 void LSPBinder::notification(llvm::StringLiteral Method, ThisT *This, in notification() function
H A DClangdLSPServer.cpp1576 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 Dllvm-bugs.yml16 - name: Send notification
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DClangdLSPServerTests.cpp237 Bind.notification("add", this, &MathModule::add); in TEST_F()
333 Bind.notification("increment", this, &AsyncCounter::increment); in TEST_F()
H A DLSPBinderTests.cpp84 Binder.notification("notify", &H, &Handler::notify); in TEST()
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DTransport.h146 void notification(llvm::StringLiteral method, ThisT *thisPtr, in notification() function
/llvm-project-15.0.7/utils/bazel/
H A DREADME.md83 on each failure using Buildkite's built-in notification system, so if you
/llvm-project-15.0.7/libcxx/include/
H A Dfuture81 // 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__availability145 // <semaphore>, and notification functions on std::atomic.
/llvm-project-15.0.7/clang/test/ARCMT/
H A Dobjcmt-arc-cf-annotations.m226 …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 Dobjcmt-arc-cf-annotations.m.result238 …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 Dretain-release.mm180 …tching, mach_port_t wakePort, uintptr_t reference, io_iterator_t * notification ) __attribute__…
181 … IOServiceMatchingCallback callback, void * refCon, io_iterator_t * notification );
H A Dretain-release-inline.m160 …tching, mach_port_t wakePort, uintptr_t reference, io_iterator_t * notification ) __attribute__…
161 … IOServiceMatchingCallback callback, void * refCon, io_iterator_t * notification );
H A Dretain-release.m238 …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 DSecurity.rst10 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 Dlinux_syscall_hooks.h1396 #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 Dnetbsd_syscall_hooks.h1377 #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);

12