Searched refs:WatchedDirPath (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp118 llvm::StringRef WatchedDirPath,
132 const std::string WatchedDirPath; member in class:__anon1841::DirectoryWatcherLinux
279 this->Receiver(getAsFileEvents(scanDirectory(WatchedDirPath)),
296 StringRef WatchedDirPath,
300 : WatchedDirPath(WatchedDirPath), InotifyFD(InotifyFD),
295 DirectoryWatcherLinux( StringRef WatchedDirPath, std::function<void(llvm::ArrayRef<Event>, bool)> Receiver, bool WaitForInitialSync, int InotifyFD, int InotifyWD, SemaphorePipe &&InotifyPollingStopSignal) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp52 llvm::StringRef WatchedDirPath)
54 WatchedDirPath(WatchedDirPath) {}
77 const std::string WatchedDirPath; member in class:__anon1842::DirectoryWatcherMac
48 DirectoryWatcherMac( dispatch_queue_t Queue, FSEventStreamRef EventStream, std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, llvm::StringRef WatchedDirPath) argument

Completed in 109 milliseconds