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.
kind
RuntimeAttributeGenerator
1 parent 1052a60 commit 733e51fCopy full SHA for 733e51f
include/swift/SIL/SILDeclRef.h
@@ -187,7 +187,7 @@ struct SILDeclRef {
187
/// The AST node represented by this SILDeclRef.
188
Loc loc;
189
/// The Kind of this SILDeclRef.
190
- Kind kind : 4;
+ Kind kind : 5;
191
/// True if this references a foreign entry point for the referenced decl.
192
unsigned isForeign : 1;
193
/// True if this references a distributed function.
0 commit comments