This is the complete list of members for llvm::vfs::Status, including all inherited members.
copyWithNewName(const Status &In, const Twine &NewName) | llvm::vfs::Status | static |
copyWithNewName(const llvm::sys::fs::file_status &In, const Twine &NewName) | llvm::vfs::Status | static |
copyWithNewSize(const Status &In, uint64_t NewSize) | llvm::vfs::Status | static |
equivalent(const Status &Other) const | llvm::vfs::Status | |
exists() const | llvm::vfs::Status | |
ExposesExternalVFSPath | llvm::vfs::Status | |
getGroup() const | llvm::vfs::Status | inline |
getLastModificationTime() const | llvm::vfs::Status | inline |
getName() const | llvm::vfs::Status | inline |
getPermissions() const | llvm::vfs::Status | inline |
getSize() const | llvm::vfs::Status | inline |
getType() const | llvm::vfs::Status | inline |
getUniqueID() const | llvm::vfs::Status | inline |
getUser() const | llvm::vfs::Status | inline |
isDirectory() const | llvm::vfs::Status | |
isOther() const | llvm::vfs::Status | |
isRegularFile() const | llvm::vfs::Status | |
isStatusKnown() const | llvm::vfs::Status | |
isSymlink() const | llvm::vfs::Status | |
Status()=default | llvm::vfs::Status | |
Status(const llvm::sys::fs::file_status &Status) | llvm::vfs::Status | |
Status(const Twine &Name, llvm::sys::fs::UniqueID UID, llvm::sys::TimePoint<> MTime, uint32_t User, uint32_t Group, uint64_t Size, llvm::sys::fs::file_type Type, llvm::sys::fs::perms Perms) | llvm::vfs::Status | |