Lines Matching refs:handleAPINotedAttribute
142 void handleAPINotedAttribute( in handleAPINotedAttribute() function
185 void handleAPINotedAttribute(Sema &S, Decl *D, bool ShouldAddAttribute, in handleAPINotedAttribute() function
188 handleAPINotedAttribute<A>( in handleAPINotedAttribute()
202 handleAPINotedAttribute<A>( in handleAPINotedRetainCountAttribute()
255 handleAPINotedAttribute<UnavailableAttr>(S, D, true, Metadata, [&] { in ProcessAPINotes()
263 handleAPINotedAttribute<AvailabilityAttr>( in ProcessAPINotes()
289 handleAPINotedAttribute<SwiftPrivateAttr>( in ProcessAPINotes()
298 handleAPINotedAttribute<SwiftNameAttr>( in ProcessAPINotes()
324 handleAPINotedAttribute<SwiftBridgeAttr>( in ProcessAPINotes()
334 handleAPINotedAttribute<NSErrorDomainAttr>( in ProcessAPINotes()
414 handleAPINotedAttribute<NoEscapeAttr>(S, D, *NoEscape, Metadata, [&] { in ProcessAPINotes()
445 handleAPINotedAttribute<SwiftImportPropertyAsAccessorsAttr>( in ProcessAPINotes()
580 handleAPINotedAttribute<ObjCDesignatedInitializerAttr>( in ProcessAPINotes()
616 handleAPINotedAttribute<EnumExtensibilityAttr>( in ProcessAPINotes()
635 handleAPINotedAttribute<FlagEnumAttr>(S, D, *FlagEnum, Metadata, [&] { in ProcessAPINotes()
653 handleAPINotedAttribute<SwiftNewTypeAttr>( in ProcessAPINotes()
696 handleAPINotedAttribute<SwiftImportAsNonGenericAttr>( in ProcessAPINotes()
704 handleAPINotedAttribute<SwiftObjCMembersAttr>( in ProcessAPINotes()
753 handleAPINotedAttribute<SwiftNameAttr>( in maybeAttachUnversionedSwiftName()