Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DFileManager.cpp67 if (AtBeginning || !StatCache.get()) { in addStatCache()
68 statCache->setNextStatCache(std::move(StatCache)); in addStatCache()
69 StatCache = std::move(statCache); in addStatCache()
73 FileSystemStatCache *LastCache = StatCache.get(); in addStatCache()
84 if (StatCache.get() == statCache) { in removeStatCache()
86 StatCache = StatCache->takeNextStatCache(); in removeStatCache()
91 FileSystemStatCache *PrevCache = StatCache.get(); in removeStatCache()
100 StatCache.reset(); in clearStatCaches()
466 return FileSystemStatCache::get(Path, Data, isFile, F,StatCache.get(), *FS); in getStatValue()
472 StatCache.get(), *FS); in getStatValue()
/external/clang/include/clang/Basic/
DFileManager.h164 std::unique_ptr<FileSystemStatCache> StatCache; variable
/external/clang/lib/Frontend/
DCacheTokens.cpp586 StatListener *StatCache = StatCacheOwner.get(); in CacheTokens() local
597 PP.getFileManager().removeStatCache(StatCache); in CacheTokens()