Searched refs:FileSystemStatCache (Results 1 – 11 of 11) sorted by relevance
/external/clang/include/clang/Basic/ |
D | FileSystemStatCache.h | 48 class FileSystemStatCache { 51 std::unique_ptr<FileSystemStatCache> NextStatCache; 54 virtual ~FileSystemStatCache() {} in ~FileSystemStatCache() 72 std::unique_ptr<vfs::File> *F, FileSystemStatCache *Cache, 77 void setNextStatCache(FileSystemStatCache *Cache) { in setNextStatCache() 82 FileSystemStatCache *getNextStatCache() { return NextStatCache.get(); } in getNextStatCache() 87 FileSystemStatCache *takeNextStatCache() { return NextStatCache.release(); } in takeNextStatCache() 99 if (FileSystemStatCache *Next = getNextStatCache()) in statChained() 111 class MemorizeStatCalls : public FileSystemStatCache {
|
D | FileManager.h | 44 class FileSystemStatCache; variable 172 std::unique_ptr<FileSystemStatCache> StatCache; 197 void addStatCache(FileSystemStatCache *statCache, bool AtBeginning = false); 200 void removeStatCache(FileSystemStatCache *statCache);
|
/external/clang/lib/Basic/ |
D | FileSystemStatCache.cpp | 31 void FileSystemStatCache::anchor() { } in anchor() 54 bool FileSystemStatCache::get(const char *Path, FileData &Data, bool isFile, in get() 56 FileSystemStatCache *Cache, vfs::FileSystem &FS) { in get()
|
D | FileManager.cpp | 67 void FileManager::addStatCache(FileSystemStatCache *statCache, in addStatCache() 76 FileSystemStatCache *LastCache = StatCache.get(); in addStatCache() 83 void FileManager::removeStatCache(FileSystemStatCache *statCache) { in removeStatCache() 94 FileSystemStatCache *PrevCache = StatCache.get(); in removeStatCache() 456 return FileSystemStatCache::get(Path, Data, isFile, F,StatCache.get(), *FS); in getStatValue() 461 return FileSystemStatCache::get(FilePath.c_str(), Data, isFile, F, in getStatValue()
|
D | Android.mk | 31 FileSystemStatCache.cpp \
|
D | CMakeLists.txt | 13 FileSystemStatCache.cpp
|
/external/clang/include/clang/Lex/ |
D | PTHManager.h | 34 class FileSystemStatCache; variable 134 FileSystemStatCache *createStatCache();
|
/external/clang/unittests/Basic/ |
D | FileManagerTest.cpp | 24 class FakeStatCache : public FileSystemStatCache {
|
/external/clang/lib/Lex/ |
D | PTHLexer.cpp | 698 class PTHStatCache : public FileSystemStatCache { 735 FileSystemStatCache *PTHManager::createStatCache() { in createStatCache()
|
/external/clang/lib/Frontend/ |
D | CacheTokens.cpp | 536 class StatListener : public FileSystemStatCache {
|
/external/clang/patches/ |
D | 0004-Add-Android-build-system.patch | 778 + FileSystemStatCache.cpp \
|