Searched defs:PrevCache (Results 1 - 1 of 1) sorted by relevance

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

Completed in 1655 milliseconds