mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix SILGen's computation of default argument generator isolation
This commit is contained in:
@@ -38,6 +38,7 @@ namespace swift {
|
||||
enum class EffectsKind : uint8_t;
|
||||
class AbstractFunctionDecl;
|
||||
class AbstractClosureExpr;
|
||||
class ActorIsolation;
|
||||
class ValueDecl;
|
||||
class FuncDecl;
|
||||
class ClosureExpr;
|
||||
@@ -498,6 +499,8 @@ struct SILDeclRef {
|
||||
return result;
|
||||
}
|
||||
|
||||
ActorIsolation getActorIsolation() const;
|
||||
|
||||
/// True if the decl ref references a thunk from a natively foreign
|
||||
/// declaration to Swift calling convention.
|
||||
bool isForeignToNativeThunk() const;
|
||||
|
||||
Reference in New Issue
Block a user