Searched refs:StatCache (Results 1 – 6 of 6) sorted by relevance
194 if (AtBeginning || StatCache.get() == 0) { in addStatCache()195 statCache->setNextStatCache(StatCache.take()); in addStatCache()196 StatCache.reset(statCache); in addStatCache()200 FileSystemStatCache *LastCache = StatCache.get(); in addStatCache()211 if (StatCache.get() == statCache) { in removeStatCache()213 StatCache.reset(StatCache->takeNextStatCache()); in removeStatCache()218 FileSystemStatCache *PrevCache = StatCache.get(); in removeStatCache()227 StatCache.reset(0); in clearStatCaches()565 StatCache.get()); in getStatValue()571 StatCache.get()); in getStatValue()
40 LocalNumTypes(0), TypeOffsets(0), BaseTypeIndex(0), StatCache(0) in ModuleFile()
2182 F.StatCache = MyStatCache; in ReadASTBlock()2812 if (F.StatCache) in ReadASTCore()2813 FileMgr.removeStatCache((ASTStatCache*)F.StatCache); in ReadASTCore()
344 void *StatCache; variable
551 StatListener *StatCache = new StatListener(PW.getPM()); in CacheTokens() local552 PP.getFileManager().addStatCache(StatCache, /*AtBeginning=*/true); in CacheTokens()561 PP.getFileManager().removeStatCache(StatCache); in CacheTokens()
160 OwningPtr<FileSystemStatCache> StatCache; variable