Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DFileManager.cpp76 FileSystemStatCache *LastCache = StatCache.get(); in addStatCache() local
77 while (LastCache->getNextStatCache()) in addStatCache()
78 LastCache = LastCache->getNextStatCache(); in addStatCache()
80 LastCache->setNextStatCache(statCache); in addStatCache()