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

/openbsd-current/gnu/llvm/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp120 llvm::StringRef WatchedDirPath,
134 const std::string WatchedDirPath; member in class:__anon578::DirectoryWatcherLinux
281 this->Receiver(getAsFileEvents(scanDirectory(WatchedDirPath)),
298 StringRef WatchedDirPath,
302 : WatchedDirPath(WatchedDirPath), InotifyFD(InotifyFD),
297 DirectoryWatcherLinux( StringRef WatchedDirPath, std::function<void(llvm::ArrayRef<Event>, bool)> Receiver, bool WaitForInitialSync, int InotifyFD, int InotifyWD, SemaphorePipe &&InotifyPollingStopSignal) argument
/openbsd-current/gnu/llvm/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp52 llvm::StringRef WatchedDirPath)
54 WatchedDirPath(WatchedDirPath) {}
77 const std::string WatchedDirPath; member in class:__anon579::DirectoryWatcherMac
48 DirectoryWatcherMac( dispatch_queue_t Queue, FSEventStreamRef EventStream, std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, llvm::StringRef WatchedDirPath) argument

Completed in 166 milliseconds