Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDFileSystemStatCache.h87 std::unique_ptr<FileSystemStatCache> takeNextStatCache() { in takeNextStatCache() function
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDFileManager.cpp90 StatCache = StatCache->takeNextStatCache(); in removeStatCache()
100 PrevCache->setNextStatCache(statCache->takeNextStatCache()); in removeStatCache()