| 
    swift
    
   | 
 
Go to the source code of this file.
Macros | |
| #define | SWIFT_MISC_EXPORT Q_DECL_IMPORT | 
| Export a class or function from the library.  | |
| #define | SWIFT_MISC_EXPORT_DECLARE_TEMPLATE | 
| Export explicit template declaration.  | |
| #define | SWIFT_NO_INLINE __attribute__((noinline)) | 
| Prevent function inlining.  | |