clang 20.0.0git
|
The base representation of an Objective-C container record. More...
#include "clang/ExtractAPI/API.h"
Public Attributes | |
SmallVector< SymbolReference > | Protocols |
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 |
The base representation of an Objective-C container record.
Holds common information associated with Objective-C containers.
|
delete |
|
inline |
SmallVector<SymbolReference> clang::extractapi::ObjCContainerRecord::Protocols |