Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp94 FileSystemStatCache *PrevCache = StatCache.get(); in removeStatCache() local
95 while (PrevCache && PrevCache->getNextStatCache() != statCache) in removeStatCache()
96 PrevCache = PrevCache->getNextStatCache(); in removeStatCache()
98 assert(PrevCache && "Stat cache not found for removal"); in removeStatCache()
99 PrevCache->setNextStatCache(statCache->takeNextStatCache()); in removeStatCache()