Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DFileSystemStatCache.h87 std::unique_ptr<FileSystemStatCache> takeNextStatCache() { in takeNextStatCache() function
/external/clang/lib/Basic/
DFileManager.cpp85 StatCache = StatCache->takeNextStatCache(); in removeStatCache()
95 PrevCache->setNextStatCache(statCache->takeNextStatCache()); in removeStatCache()