Searched defs:WaitForInitialSync (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/DirectoryWatcher/default/
H A DDirectoryWatcher-not-implemented.cpp14 create( StringRef Path, std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, bool WaitForInitialSync) argument
/openbsd-current/gnu/llvm/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp216 create( StringRef Path, std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, bool WaitForInitialSync) argument
/openbsd-current/gnu/llvm/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp297 DirectoryWatcherLinux( StringRef WatchedDirPath, std::function<void(llvm::ArrayRef<Event>, bool)> Receiver, bool WaitForInitialSync, int InotifyFD, int InotifyWD, SemaphorePipe &&InotifyPollingStopSignal) argument
325 create( StringRef Path, std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, bool WaitForInitialSync) argument
/openbsd-current/gnu/llvm/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp229 void DirectoryWatcherWindows::NotifierThreadProc(bool WaitForInitialSync) { argument
83 DirectoryWatcherWindows( HANDLE DirectoryHandle, bool WaitForInitialSync, DirectoryWatcherCallback Receiver) argument
263 create(StringRef Path, DirectoryWatcherCallback Receiver, bool WaitForInitialSync) argument
[all...]

Completed in 202 milliseconds