Searched refs:EventKind (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/ |
| H A D | DirectoryWatcher-windows.cpp | 51 void emplace(DirectoryWatcher::Event::EventKind Kind, StringRef Path) { in emplace() 157 Q.emplace(DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, in WatcherThreadProc() 172 Q.emplace(DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, in WatcherThreadProc() 184 Q.emplace(DirectoryWatcher::Event::EventKind::WatchedDirRemoved, in WatcherThreadProc() 186 Q.emplace(DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, in WatcherThreadProc() 194 Q.emplace(DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, in WatcherThreadProc() 205 DirectoryWatcher::Event::EventKind Kind = in WatcherThreadProc() 206 DirectoryWatcher::Event::EventKind::WatcherGotInvalidated; in WatcherThreadProc() 211 Kind = DirectoryWatcher::Event::EventKind::Modified; in WatcherThreadProc() 215 Kind = DirectoryWatcher::Event::EventKind::Removed; in WatcherThreadProc() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/mac/ |
| H A D | DirectoryWatcher-mac.cpp | 65 DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, ""), in ~DirectoryWatcherMac() 119 DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, ""}); in eventStreamCallback() 127 DirectoryWatcher::Event::EventKind::WatchedDirRemoved, ""}); in eventStreamCallback() 129 DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, ""}); in eventStreamCallback() 135 Events.emplace_back(DirectoryWatcher::Event::EventKind::Removed, in eventStreamCallback() 140 Events.emplace_back(DirectoryWatcher::Event::EventKind::Removed, in eventStreamCallback() 143 Events.emplace_back(DirectoryWatcher::Event::EventKind::Modified, in eventStreamCallback() 151 DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, ""}); in eventStreamCallback()
|
| /freebsd/contrib/llvm-project/clang/include/clang/DirectoryWatcher/ |
| H A D | DirectoryWatcher.h | 67 enum class EventKind { enum 93 EventKind Kind; 98 Event(EventKind Kind, llvm::StringRef Filename) in Event()
|
| /freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/ |
| H A D | DirectoryWatcher-linux.cpp | 86 void push_back(const DirectoryWatcher::Event::EventKind K, in push_back() 165 Queue.push_back(DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, in StopWork() 253 Queue.push_back(DirectoryWatcher::Event::EventKind::Modified, in InotifyPollingLoop() 256 Queue.push_back(DirectoryWatcher::Event::EventKind::Removed, in InotifyPollingLoop() 259 Queue.push_back(DirectoryWatcher::Event::EventKind::WatchedDirRemoved, in InotifyPollingLoop() 285 DirectoryWatcher::Event::EventKind::WatcherGotInvalidated) { in EventReceivingLoop()
|
| /freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/ |
| H A D | DirectoryScanner.cpp | 50 DirectoryWatcher::Event::EventKind::Modified, File}); in getAsFileEvents()
|