Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DFileManager.cpp67 statCache->setNextStatCache(std::move(StatCache)); in addStatCache()
76 LastCache->setNextStatCache(std::move(statCache)); in addStatCache()
95 PrevCache->setNextStatCache(statCache->takeNextStatCache()); in removeStatCache()
/external/clang/include/clang/Basic/
DFileSystemStatCache.h77 void setNextStatCache(std::unique_ptr<FileSystemStatCache> Cache) { in setNextStatCache() function