Searched refs:FileSystemStatCache (Results 1 – 11 of 11) sorted by relevance
/external/clang/include/clang/Basic/ |
D | FileSystemStatCache.h | 27 class FileSystemStatCache { 29 llvm::OwningPtr<FileSystemStatCache> NextStatCache; 32 virtual ~FileSystemStatCache() {} in ~FileSystemStatCache() 49 FileSystemStatCache *Cache); 54 void setNextStatCache(FileSystemStatCache *Cache) { in setNextStatCache() 59 FileSystemStatCache *getNextStatCache() { return NextStatCache.get(); } in getNextStatCache() 64 FileSystemStatCache *takeNextStatCache() { return NextStatCache.take(); } in takeNextStatCache() 72 if (FileSystemStatCache *Next = getNextStatCache()) in statChained() 84 class MemorizeStatCalls : public FileSystemStatCache {
|
D | FileManager.h | 40 class FileSystemStatCache; variable 149 llvm::OwningPtr<FileSystemStatCache> StatCache; 173 void addStatCache(FileSystemStatCache *statCache, bool AtBeginning = false); 176 void removeStatCache(FileSystemStatCache *statCache);
|
/external/clang/lib/Basic/ |
D | FileSystemStatCache.cpp | 40 bool FileSystemStatCache::get(const char *Path, struct stat &StatBuf, in get() 41 int *FileDescriptor, FileSystemStatCache *Cache) { in get()
|
D | FileManager.cpp | 182 void FileManager::addStatCache(FileSystemStatCache *statCache, in addStatCache() 191 FileSystemStatCache *LastCache = StatCache.get(); in addStatCache() 198 void FileManager::removeStatCache(FileSystemStatCache *statCache) { in removeStatCache() 209 FileSystemStatCache *PrevCache = StatCache.get(); in removeStatCache() 530 return FileSystemStatCache::get(Path, StatBuf, FileDescriptor, in getStatValue() 536 return FileSystemStatCache::get(FilePath.c_str(), StatBuf, FileDescriptor, in getStatValue()
|
D | Android.mk | 27 FileSystemStatCache.cpp \
|
D | CMakeLists.txt | 9 FileSystemStatCache.cpp
|
/external/clang/include/clang/Lex/ |
D | PTHManager.h | 34 class FileSystemStatCache; variable 135 FileSystemStatCache *createStatCache();
|
/external/clang/unittests/Basic/ |
D | FileManagerTest.cpp | 24 class FakeStatCache : public FileSystemStatCache {
|
/external/clang/lib/Lex/ |
D | PTHLexer.cpp | 672 class PTHStatCache : public FileSystemStatCache { 707 FileSystemStatCache *PTHManager::createStatCache() { in createStatCache()
|
/external/clang/lib/Frontend/ |
D | CacheTokens.cpp | 513 class StatListener : public FileSystemStatCache {
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 1098 class ASTStatCache : public FileSystemStatCache {
|