enum ObjCPropertyRecord::AttributeKind
Description
The attributes associated with an Objective-C property.
Declared at: clang/include/clang/ExtractAPI/API.h:231
Enumerators
Name | Value | Comment |
---|---|---|
NoAttr | 0 | |
ReadOnly | 1 | |
Class | 2 | |
Dynamic | 4 |
The attributes associated with an Objective-C property.
Declared at: clang/include/clang/ExtractAPI/API.h:231
Name | Value | Comment |
---|---|---|
NoAttr | 0 | |
ReadOnly | 1 | |
Class | 2 | |
Dynamic | 4 |