| 
|   | file_status ()=default | 
|   | file_status (file_type Type) | 
|   | file_status (file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino, time_t ATime, uint32_t ATimeNSec, time_t MTime, uint32_t MTimeNSec, uid_t UID, gid_t GID, off_t Size) | 
| LLVM_ABI UniqueID  | getUniqueID () const | 
| LLVM_ABI uint32_t  | getLinkCount () const | 
|   | basic_file_status ()=default | 
|   | basic_file_status (file_type Type) | 
|   | basic_file_status (file_type Type, perms Perms, time_t ATime, uint32_t ATimeNSec, time_t MTime, uint32_t MTimeNSec, uid_t UID, gid_t GID, off_t Size) | 
| file_type  | type () const | 
| perms  | permissions () const | 
| LLVM_ABI TimePoint  | getLastAccessedTime () const | 
|   | The file access time as reported from the underlying file system.  
  | 
| LLVM_ABI TimePoint  | getLastModificationTime () const | 
|   | The file modification time as reported from the underlying file system.  
  | 
| uint32_t  | getUser () const | 
| uint32_t  | getGroup () const | 
| uint64_t  | getSize () const | 
| void  | type (file_type v) | 
| void  | permissions (perms p) | 
Represents the result of a call to sys::fs::status(). 
Definition at line 222 of file FileSystem.h.