Home
last modified time | relevance | path

Searched defs:CreationDisposition (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp281 DWORD CreationDisposition = OPEN_EXISTING; in create() local
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h729 enum CreationDisposition : unsigned { enum