Lines Matching defs:Perms
66 Type(Status.type()), Perms(Status.permissions()) {}
70 perms Perms)
72 Size(Size), Type(Type), Perms(Perms) {}
835 Group, Buffer ? Buffer->getBufferSize() : 0, Type, Perms);
857 std::optional<llvm::sys::fs::perms> Perms,
878 const auto ResolvedPerms = Perms.value_or(sys::fs::all_all);
880 // the owner, even if Perms says otherwise for the final path.
935 std::optional<llvm::sys::fs::perms> Perms) {
937 Perms,
952 std::optional<llvm::sys::fs::perms> Perms) {
955 std::move(Perms),
1063 std::optional<llvm::sys::fs::perms> Perms) {
1073 sys::fs::file_type::symlink_file, Perms,