Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp70 if (AtBeginning || !StatCache.get()) { in addStatCache()
71 statCache->setNextStatCache(std::move(StatCache)); in addStatCache()
72 StatCache = std::move(statCache); in addStatCache()
76 FileSystemStatCache *LastCache = StatCache.get(); in addStatCache()
87 if (StatCache.get() == statCache) { in removeStatCache()
89 StatCache = StatCache->takeNextStatCache(); in removeStatCache()
94 FileSystemStatCache *PrevCache = StatCache.get(); in removeStatCache()
103 StatCache.reset(); in clearStatCaches()
457 return FileSystemStatCache::get(Path, Data, isFile, F,StatCache.get(), *FS); in getStatValue()
463 StatCache.get(), *FS); in getStatValue()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DFileManager.h172 std::unique_ptr<FileSystemStatCache> StatCache; variable
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCacheTokens.cpp576 StatListener *StatCache = StatCacheOwner.get(); in CacheTokens() local
587 PP.getFileManager().removeStatCache(StatCache); in CacheTokens()