mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Module file] (De-)serialize inherited protocol conformances.
Swift SVN r6886
This commit is contained in:
@@ -194,6 +194,13 @@ private:
|
||||
/// If the record at the cursor is not a pattern, returns null.
|
||||
Pattern *maybeReadPattern();
|
||||
|
||||
/// Read the underlying conformance for a specialized or inherited
|
||||
/// protocol conformance.
|
||||
ProtocolConformance *
|
||||
readUnderlyingConformance(ProtocolDecl *proto,
|
||||
serialization::DeclID nominalID,
|
||||
serialization::IdentifierID moduleOrTypeID);
|
||||
|
||||
/// Recursively reads a protocol conformance from \c DeclTypeCursor.
|
||||
///
|
||||
/// The conformance will be newly-created; it's likely that it already exists
|
||||
|
||||
Reference in New Issue
Block a user