Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DFileSystemStatCache.h77 void setNextStatCache(std::unique_ptr<FileSystemStatCache> Cache) { in setNextStatCache() function
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp71 statCache->setNextStatCache(std::move(StatCache)); in addStatCache()
80 LastCache->setNextStatCache(std::move(statCache)); in addStatCache()
99 PrevCache->setNextStatCache(statCache->takeNextStatCache()); in removeStatCache()