Skip to content

AnonymousDescriptor

Azoy edited this page May 6, 2021 · 2 revisions

AnonymousDescriptor

An anonymous descriptor describes a context which is anonymous, like a function or a private declaration will have an anonymous parent context.

public struct AnonymousDescriptor: ContextDescriptor, LayoutWrapper 

ABI Stability:

| macOS | iOS/tvOS | watchOS | Linux | Windows |
|-------|----------|---------|-------|---------|
| 10.14 | 12.2     | 5.2     | NA    | NA      |

Inheritance

ContextDescriptor, LayoutWrapper

Properties

ptr

public let ptr: UnsafeRawPointer

anonymousFlags

The specific flags that describe an anonymous descriptor.

public var anonymousFlags: Flags 

mangledName

The trailing mangled name for the anonymous context.

public var mangledName: String? 
Types
Protocols
Global Variables
Global Functions
Clone this wiki locally