Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DFileSystemStatCache.h87 std::unique_ptr<FileSystemStatCache> takeNextStatCache() { in takeNextStatCache() function
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp89 StatCache = StatCache->takeNextStatCache(); in removeStatCache()
99 PrevCache->setNextStatCache(statCache->takeNextStatCache()); in removeStatCache()