mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Serialization/AST] Lazy generic enviroments for extensions.
This commit is contained in:
@@ -453,8 +453,9 @@ private:
|
||||
/// generic environments.
|
||||
uint64_t allocateLazyGenericEnvironmentMap(TypeSubstitutionMap &&map);
|
||||
|
||||
/// Set up a lazy generic environment for the given type.
|
||||
void readLazyGenericEnvironment(GenericTypeDecl *type);
|
||||
/// Set up a lazy generic environment for the given type or extension.
|
||||
void readLazyGenericEnvironment(
|
||||
llvm::PointerUnion<GenericTypeDecl *, ExtensionDecl *> typeOrExt);
|
||||
|
||||
/// Read the generic signature and type substitution map for a
|
||||
/// generic environment from \c Cursor.
|
||||
|
||||
Reference in New Issue
Block a user