clang API Documentation
#include <FileSystemStatCache.h>

Public Member Functions | |
| FileData () | |
Public Attributes | |
| std::string | Name |
| uint64_t | Size |
| time_t | ModTime |
| llvm::sys::fs::UniqueID | UniqueID |
| bool | IsDirectory |
| bool | IsNamedPipe |
| bool | InPCH |
| bool | IsVFSMapped |
Definition at line 31 of file FileSystemStatCache.h.
| clang::FileData::FileData | ( | ) | [inline] |
Definition at line 40 of file FileSystemStatCache.h.
Definition at line 38 of file FileSystemStatCache.h.
Referenced by copyStatusToFileData(), clang::FileManager::getFile(), clang::PTHStatCache::getStat(), and clang::FileManager::getVirtualFile().
Definition at line 36 of file FileSystemStatCache.h.
Referenced by copyStatusToFileData(), clang::FileSystemStatCache::get(), clang::MemorizeStatCalls::getStat(), and clang::PTHStatCache::getStat().
Definition at line 37 of file FileSystemStatCache.h.
Referenced by copyStatusToFileData(), clang::FileManager::getFile(), clang::PTHStatCache::getStat(), and clang::FileManager::getVirtualFile().
Definition at line 39 of file FileSystemStatCache.h.
Referenced by copyStatusToFileData(), and clang::FileManager::getFile().
| time_t clang::FileData::ModTime |
Definition at line 34 of file FileSystemStatCache.h.
Referenced by copyStatusToFileData(), clang::FileManager::getFile(), clang::PTHStatCache::getStat(), and clang::FileManager::getVirtualFile().
| std::string clang::FileData::Name |
Definition at line 32 of file FileSystemStatCache.h.
Referenced by copyStatusToFileData(), clang::FileManager::getFile(), and clang::PTHStatCache::getStat().
| uint64_t clang::FileData::Size |
Definition at line 33 of file FileSystemStatCache.h.
Referenced by copyStatusToFileData(), clang::FileManager::getFile(), clang::PTHStatCache::getStat(), and clang::FileManager::getVirtualFile().
| llvm::sys::fs::UniqueID clang::FileData::UniqueID |
Definition at line 35 of file FileSystemStatCache.h.
Referenced by copyStatusToFileData(), clang::FileManager::getDirectory(), clang::FileManager::getFile(), clang::PTHStatCache::getStat(), and clang::FileManager::getVirtualFile().