mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Serialize] Serialize foreign async conventions.
Fixes rdar://73476584.
This commit is contained in:
@@ -805,9 +805,12 @@ public:
|
||||
llvm::Expected<NormalProtocolConformance *>
|
||||
readNormalConformanceChecked(serialization::NormalConformanceID id);
|
||||
|
||||
/// Reads a foreign error conformance from \c DeclTypeCursor, if present.
|
||||
/// Reads a foreign error convention from \c DeclTypeCursor, if present.
|
||||
Optional<ForeignErrorConvention> maybeReadForeignErrorConvention();
|
||||
|
||||
/// Reads a foreign async convention from \c DeclTypeCursor, if present.
|
||||
Optional<ForeignAsyncConvention> maybeReadForeignAsyncConvention();
|
||||
|
||||
/// Reads inlinable body text from \c DeclTypeCursor, if present.
|
||||
Optional<StringRef> maybeReadInlinableBodyText();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user