We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
isPrivateToEnclosingFile
1 parent 8d2c85d commit af5fa5eCopy full SHA for af5fa5e
include/swift/AST/Decl.h
@@ -950,9 +950,6 @@ class alignas(1 << DeclAlignInBits) Decl {
950
/// If this returns true, the decl can be safely casted to ValueDecl.
951
bool isPotentiallyOverridable() const;
952
953
- /// Returns true if this Decl cannot be seen by any other source file
954
- bool isPrivateToEnclosingFile() const;
955
-
956
/// Retrieve the global actor attribute that applies to this declaration,
957
/// if any.
958
///
0 commit comments