Skip to content

Commit 7d0bcda

Browse files
committed
Add comments
1 parent 6358c8f commit 7d0bcda

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

include/swift/IRGen/Linking.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,23 @@ class LinkEntity {
199199
/// The descriptor for an opaque type.
200200
/// The pointer is an OpaqueTypeDecl*.
201201
OpaqueTypeDescriptor,
202+
203+
/// The descriptor accessor for an opaque type used for dynamic functions.
204+
/// The pointer is an OpaqueTypeDecl*.
202205
OpaqueTypeDescriptorAccessor,
206+
207+
/// The descriptor accessor implementation for an opaque type used for
208+
/// dynamic functions.
209+
/// The pointer is an OpaqueTypeDecl*.
203210
OpaqueTypeDescriptorAccessorImpl,
211+
212+
/// The descriptor accessor key of dynamic replacements for an opaque type.
213+
/// The pointer is an OpaqueTypeDecl*.
204214
OpaqueTypeDescriptorAccessorKey,
215+
216+
/// The descriptor accessor variable of dynamic replacements for an opaque
217+
/// type.
218+
/// The pointer is an OpaqueTypeDecl*.
205219
OpaqueTypeDescriptorAccessorVar,
206220

207221
/// The metadata pattern for a generic nominal type.

0 commit comments

Comments
 (0)