clang 22.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 |
Definition at line 1184 of file API.h.
References clang::extractapi::APIRecord::APIRecord(), clang::extractapi::APIRecord::Availability, clang::extractapi::APIRecord::Comment, clang::extractapi::APIRecord::Declaration, clang::extractapi::APIRecord::IsFromSystemHeader, clang::extractapi::APIRecord::Linkage, clang::extractapi::APIRecord::Name, clang::extractapi::APIRecord::Parent, clang::extractapi::APIRecord::RecordContext, clang::extractapi::APIRecord::SubHeading, and clang::extractapi::APIRecord::USR.
SmallVector<SymbolReference> clang::extractapi::ObjCContainerRecord::Protocols |
Definition at line 1180 of file API.h.
Referenced by clang::extractapi::impl::ExtractAPIVisitorBase< Derived >::recordObjCProtocols().