Home
last modified time | relevance | path

Searched refs:IsCurrentDirEmpty (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2278 bool IsCurrentDirEmpty = true; in write() local
2281 IsCurrentDirEmpty = false; in write()
2288 if (!IsCurrentDirEmpty) { in write()
2298 if (IsDirPoppedFromStack || !IsCurrentDirEmpty) { in write()
2302 IsCurrentDirEmpty = true; in write()
2313 IsCurrentDirEmpty = false; in write()