mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin' into import-as-member
This commit is contained in:
@@ -264,6 +264,8 @@ struct SILDeclRef {
|
||||
|
||||
/// \brief True if the function should be treated as transparent.
|
||||
bool isTransparent() const;
|
||||
/// \brief True if the function should have its body serialized.
|
||||
bool isFragile() const;
|
||||
/// \brief True if the function has noinline attribute.
|
||||
bool isNoinline() const;
|
||||
/// \brief True if the function has __always inline attribute.
|
||||
|
||||
Reference in New Issue
Block a user