Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DFileManager.cpp218 FileSystemStatCache *PrevCache = StatCache.get(); in removeStatCache() local
219 while (PrevCache && PrevCache->getNextStatCache() != statCache) in removeStatCache()
220 PrevCache = PrevCache->getNextStatCache(); in removeStatCache()
222 assert(PrevCache && "Stat cache not found for removal"); in removeStatCache()
223 PrevCache->setNextStatCache(statCache->getNextStatCache()); in removeStatCache()