mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[IDE] Complete unowned, nonisolated, access-control parameter
This commit is contained in:
@@ -29,10 +29,13 @@ enum class ObjCSelectorContext {
|
||||
SetterSelector
|
||||
};
|
||||
|
||||
/// Attributes that have syntax which can't be modelled using a function call.
|
||||
/// This can't be \c DeclAttrKind because '@freestandig' and '@attached' have
|
||||
/// Parameterized attributes that have code completion.
|
||||
/// This can't be \c DeclAttrKind because '@freestanding' and '@attached' have
|
||||
/// the same attribute kind but take different macro roles as arguemnts.
|
||||
enum class ParameterizedDeclAttributeKind {
|
||||
AccessControl,
|
||||
Nonisolated,
|
||||
Unowned,
|
||||
Available,
|
||||
FreestandingMacro,
|
||||
AttachedMacro,
|
||||
|
||||
Reference in New Issue
Block a user