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

/external/clang/lib/Basic/
H A DFileManager.cpp70 if (AtBeginning || !StatCache.get()) {
71 statCache->setNextStatCache(StatCache.release());
72 StatCache.reset(statCache);
76 FileSystemStatCache *LastCache = StatCache.get();
87 if (StatCache.get() == statCache) {
89 StatCache.reset(StatCache->takeNextStatCache());
94 FileSystemStatCache *PrevCache = StatCache.get();
103 StatCache.reset(nullptr);
456 return FileSystemStatCache::get(Path, Data, isFile, F,StatCache
[all...]
/external/clang/include/clang/Basic/
H A DFileManager.h172 std::unique_ptr<FileSystemStatCache> StatCache; member in class:clang::FileManager
/external/clang/lib/Frontend/
H A DCacheTokens.cpp575 StatListener *StatCache = new StatListener(PW.getPM()); local
576 PP.getFileManager().addStatCache(StatCache, /*AtBeginning=*/true);
585 PP.getFileManager().removeStatCache(StatCache);

Completed in 89 milliseconds