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

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

Completed in 246 milliseconds