Skip to content

AnonymousDescriptor

tevelee edited this page Jul 21, 2026 · 1 revision

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 Typealiases
Global Variables
Global Functions

Clone this wiki locally