clang 20.0.0git
|
This holds information associated with Objective-C properties. More...
#include "clang/ExtractAPI/API.h"
Public Attributes | |
AttributeKind | Attributes |
StringRef | GetterName |
StringRef | SetterName |
bool | IsOptional |
Public Attributes inherited from clang::extractapi::APIRecord | |
StringRef | USR |
StringRef | Name |
SymbolReference | Parent |
PresumedLoc | Location |
AvailabilityInfo | Availability |
LinkageInfo | Linkage |
DocComment | Comment |
Documentation comment lines attached to this symbol declaration. | |
DeclarationFragments | Declaration |
Declaration fragments of this symbol declaration. | |
DeclarationFragments | SubHeading |
SubHeading provides a more detailed representation than the plain declaration name. | |
bool | IsFromSystemHeader |
Whether the symbol was defined in a system header. | |
AccessControl | Access |
RecordKind | KindForDisplay |
Additional Inherited Members | |
Static Public Member Functions inherited from clang::extractapi::APIRecord | |
static APIRecord * | castFromRecordContext (const RecordContext *Ctx) |
static RecordContext * | castToRecordContext (const APIRecord *Record) |
static bool | classof (const APIRecord *Record) |
static bool | classofKind (RecordKind K) |
static bool | classof (const RecordContext *Ctx) |
This holds information associated with Objective-C properties.
|
inline |
|
inline |
Definition at line 996 of file API.h.
References Attributes, and Dynamic.
|
inline |
Definition at line 995 of file API.h.
References Attributes, and ReadOnly.
AttributeKind clang::extractapi::ObjCPropertyRecord::Attributes |
Definition at line 977 of file API.h.
Referenced by isDynamic(), and isReadOnly().