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

/netbsd-current/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp118 llvm::StringRef WatchedDirPath,
132 const std::string WatchedDirPath; member in class:__anon577::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
/netbsd-current/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp52 llvm::StringRef WatchedDirPath)
54 WatchedDirPath(WatchedDirPath) {}
77 const std::string WatchedDirPath; member in class:__anon582::DirectoryWatcherMac
48 DirectoryWatcherMac( dispatch_queue_t Queue, FSEventStreamRef EventStream, std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, llvm::StringRef WatchedDirPath) argument

Completed in 130 milliseconds