Lines Matching defs:Perms
67 Type(Status.type()), Perms(Status.permissions()) {}
71 perms Perms)
73 Size(Size), Type(Type), Perms(Perms) {}
823 Group, Buffer ? Buffer->getBufferSize() : 0, Type, Perms);
845 std::optional<llvm::sys::fs::perms> Perms,
866 const auto ResolvedPerms = Perms.value_or(sys::fs::all_all);
868 // the owner, even if Perms says otherwise for the final path.
923 std::optional<llvm::sys::fs::perms> Perms) {
925 Perms,
940 std::optional<llvm::sys::fs::perms> Perms) {
943 std::move(Perms),
1051 std::optional<llvm::sys::fs::perms> Perms) {
1061 sys::fs::file_type::symlink_file, Perms,