Home
last modified time | relevance | path

Searched refs:FileSystemStatCache (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/Basic/
DFileSystemStatCache.h48 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 {
DFileManager.h44 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/
DFileSystemStatCache.cpp31 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()
DFileManager.cpp67 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()
DAndroid.mk31 FileSystemStatCache.cpp \
DCMakeLists.txt13 FileSystemStatCache.cpp
/external/clang/include/clang/Lex/
DPTHManager.h34 class FileSystemStatCache; variable
134 FileSystemStatCache *createStatCache();
/external/clang/unittests/Basic/
DFileManagerTest.cpp24 class FakeStatCache : public FileSystemStatCache {
/external/clang/lib/Lex/
DPTHLexer.cpp698 class PTHStatCache : public FileSystemStatCache {
735 FileSystemStatCache *PTHManager::createStatCache() { in createStatCache()
/external/clang/lib/Frontend/
DCacheTokens.cpp536 class StatListener : public FileSystemStatCache {
/external/clang/patches/
D0004-Add-Android-build-system.patch778 + FileSystemStatCache.cpp \