Lines Matching refs:Swift
58 Many API notes affect how a C API is imported into Swift. In order to change
60 selectively applied based on the Swift compatibility version provided to the
102 annotations that only apply to Swift 4 mode and earlier. The other entries
149 Equivalent to ``NS_SWIFT_NAME``. For a method, must include the full Swift name
200 Allows annotating a C++ class as non-copyable in Swift. Equivalent to
211 Allows annotating a C++ class as conforming to a Swift protocol. Equivalent
213 Swift protocol.
290 declaration; it should ideally only be used for Swift backwards
308 should ideally only be used for Swift backwards compatibility, when existing
324 Used for properties. If true, the property will be exposed in Swift as its
353 Note that even an "enum" wrapper is still presented as a struct in Swift;
406 Used for Objective-C class types bridged to Swift value types. An empty
408 frameworks (the Swift side of it requires conforming to implementation-detail