reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/FileSystem.h
  103   all_all = owner_all | group_all | others_all,
  327                                    perms Perms = owner_all | group_all);
  336                                  perms Perms = owner_all | group_all);
unittests/Support/Path.cpp
 1781   EXPECT_EQ(fs::setPermissions(TempPath, fs::group_all), NoError);
 1782   EXPECT_TRUE(CheckPermissions(fs::group_all));