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

/netbsd-current/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp77 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
/netbsd-current/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp132 const std::string WatchedDirPath; member in class:__anon577::DirectoryWatcherLinux
295 DirectoryWatcherLinux( StringRef WatchedDirPath, std::function<void(llvm::ArrayRef<Event>, bool)> Receiver, bool WaitForInitialSync, int InotifyFD, int InotifyWD, SemaphorePipe &&InotifyPollingStopSignal) argument

Completed in 210 milliseconds