Home
last modified time | relevance | path

Searched refs:WatcherGotInvalidated (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp157 Q.emplace(DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, in WatcherThreadProc()
172 Q.emplace(DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, in WatcherThreadProc()
186 Q.emplace(DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, in WatcherThreadProc()
194 Q.emplace(DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, in WatcherThreadProc()
206 DirectoryWatcher::Event::EventKind::WatcherGotInvalidated; in WatcherThreadProc()
238 if (E.Kind == DirectoryWatcher::Event::EventKind::WatcherGotInvalidated) in NotifierThreadProc()
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp65 DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, ""), in ~DirectoryWatcherMac()
119 DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, ""}); in eventStreamCallback()
129 DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, ""}); in eventStreamCallback()
151 DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, ""}); in eventStreamCallback()
/freebsd/contrib/llvm-project/clang/include/clang/DirectoryWatcher/
H A DDirectoryWatcher.h90 WatcherGotInvalidated enumerator
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp165 Queue.push_back(DirectoryWatcher::Event::EventKind::WatcherGotInvalidated, in StopWork()
285 DirectoryWatcher::Event::EventKind::WatcherGotInvalidated) { in EventReceivingLoop()