-
The identity of a lowered function, initializer, method variant, or subscript variant.
Declaration
Swift
case lowered(AnyDeclID) -
The identity of a synthesized declaration.
Declaration
Swift
case synthesized(SynthesizedFunctionDecl) -
The identity of an existentialized function.
Declaration
Swift
indirect case existentialized(base: ID) -
The identity of a monomorphized function.
Declaration
Swift
indirect case monomorphized(base: ID, arguments: GenericArguments)
View on GitHub