Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DFileManager.cpp194 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()
/external/clang/lib/Serialization/
DModule.cpp40 LocalNumTypes(0), TypeOffsets(0), BaseTypeIndex(0), StatCache(0) in ModuleFile()
DASTReader.cpp2182 F.StatCache = MyStatCache; in ReadASTBlock()
2812 if (F.StatCache) in ReadASTCore()
2813 FileMgr.removeStatCache((ASTStatCache*)F.StatCache); in ReadASTCore()
/external/clang/include/clang/Serialization/
DModule.h344 void *StatCache; variable
/external/clang/lib/Frontend/
DCacheTokens.cpp551 StatListener *StatCache = new StatListener(PW.getPM()); in CacheTokens() local
552 PP.getFileManager().addStatCache(StatCache, /*AtBeginning=*/true); in CacheTokens()
561 PP.getFileManager().removeStatCache(StatCache); in CacheTokens()
/external/clang/include/clang/Basic/
DFileManager.h160 OwningPtr<FileSystemStatCache> StatCache; variable