-
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) -
The identity of a ramp function generated for a projection.
Declaration
Swift
indirect case projectionRamp(base: ID) -
The identity of a slide function generated for a projection.
Declaration
Swift
indirect case projectionSlide(base: ID) -
The identity of a projection caller function.
Declaration
Swift
indirect case projectionCallerPlateau(base: ID, region: Int)
View on GitHub