clang
7.0.0
|
#include "clang/Basic/FileSystemStatCache.h"
Public Member Functions | |
FileData ()=default | |
Public Attributes | |
std::string | Name |
uint64_t | Size = 0 |
time_t | ModTime = 0 |
llvm::sys::fs::UniqueID | UniqueID |
bool | IsDirectory = false |
bool | IsNamedPipe = false |
bool | InPCH = false |
bool | IsVFSMapped = false |
Definition at line 39 of file FileSystemStatCache.h.
|
default |
Definition at line 46 of file FileSystemStatCache.h.
Referenced by clang::FileManager::getFile(), and clang::FileManager::getVirtualFile().
Definition at line 44 of file FileSystemStatCache.h.
Referenced by clang::MemorizeStatCalls::getStat().
Definition at line 45 of file FileSystemStatCache.h.
Referenced by clang::FileManager::getFile(), and clang::FileManager::getVirtualFile().
Definition at line 49 of file FileSystemStatCache.h.
Referenced by clang::FileManager::getFile().
time_t clang::FileData::ModTime = 0 |
Definition at line 42 of file FileSystemStatCache.h.
Referenced by clang::FileManager::getFile(), and clang::FileManager::getVirtualFile().
std::string clang::FileData::Name |
Definition at line 40 of file FileSystemStatCache.h.
Referenced by clang::FileManager::getFile().
uint64_t clang::FileData::Size = 0 |
Definition at line 41 of file FileSystemStatCache.h.
Referenced by clang::FileManager::getFile(), and clang::FileManager::getVirtualFile().
llvm::sys::fs::UniqueID clang::FileData::UniqueID |
Definition at line 43 of file FileSystemStatCache.h.
Referenced by clang::FileManager::getDirectory(), clang::FileManager::getFile(), and clang::FileManager::getVirtualFile().