clang
6.0.0
|
#include "clang/Basic/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.
|
inline |
Definition at line 40 of file FileSystemStatCache.h.
bool clang::FileData::InPCH |
Definition at line 38 of file FileSystemStatCache.h.
Referenced by clang::FileManager::getFile(), and clang::FileManager::getVirtualFile().
bool clang::FileData::IsDirectory |
Definition at line 36 of file FileSystemStatCache.h.
Referenced by clang::MemorizeStatCalls::getStat().
bool clang::FileData::IsNamedPipe |
Definition at line 37 of file FileSystemStatCache.h.
Referenced by clang::FileManager::getFile(), and clang::FileManager::getVirtualFile().
bool clang::FileData::IsVFSMapped |
Definition at line 39 of file FileSystemStatCache.h.
Referenced by clang::FileManager::getFile().
time_t clang::FileData::ModTime |
Definition at line 34 of file FileSystemStatCache.h.
Referenced by clang::FileManager::getFile(), and clang::FileManager::getVirtualFile().
std::string clang::FileData::Name |
Definition at line 32 of file FileSystemStatCache.h.
Referenced by clang::FileManager::getFile().
uint64_t clang::FileData::Size |
Definition at line 33 of file FileSystemStatCache.h.
Referenced by clang::FileManager::getFile(), and clang::FileManager::getVirtualFile().
llvm::sys::fs::UniqueID clang::FileData::UniqueID |
Definition at line 35 of file FileSystemStatCache.h.
Referenced by clang::FileManager::getDirectory(), clang::FileManager::getFile(), and clang::FileManager::getVirtualFile().