clang 22.0.0git
|
This holds information associated with struct or union fields fields. More...
#include "clang/ExtractAPI/API.h"
Static Public Member Functions | |
static bool | classof (const APIRecord *Record) |
static bool | classofKind (RecordKind K) |
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) |
Static Public Member Functions inherited from clang::extractapi::RecordContext | |
static bool | classof (const APIRecord *Record) |
static bool | classofKind (APIRecord::RecordKind K) |
static bool | classof (const RecordContext *Context) |
This holds information associated with struct or union fields fields.
|
inline |
Definition at line 668 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::Name, clang::extractapi::APIRecord::Parent, clang::extractapi::APIRecord::RecordContext, clang::extractapi::APIRecord::SubHeading, and clang::extractapi::APIRecord::USR.
Referenced by clang::extractapi::StructFieldRecord::StructFieldRecord(), and clang::extractapi::UnionFieldRecord::UnionFieldRecord().
Definition at line 678 of file API.h.
References clang::extractapi::APIRecord::APIRecord(), and classofKind().
|
inlinestatic |
Definition at line 681 of file API.h.
References clang::extractapi::APIRecord::RK_StructField, and clang::extractapi::APIRecord::RK_UnionField.
Referenced by classof().