clang 22.0.0git
|
This holds information associated with structs and unions. 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::TagRecord | |
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) |
|
inline |
Definition at line 690 of file API.h.
References clang::extractapi::APIRecord::Access, clang::extractapi::APIRecord::Availability, clang::extractapi::APIRecord::Comment, clang::extractapi::APIRecord::Declaration, clang::extractapi::TagRecord::IsEmbeddedInVarDeclarator, clang::extractapi::APIRecord::IsFromSystemHeader, clang::extractapi::APIRecord::Name, clang::extractapi::APIRecord::Parent, clang::extractapi::APIRecord::SubHeading, clang::extractapi::TagRecord::TagRecord(), and clang::extractapi::APIRecord::USR.
Referenced by clang::extractapi::CXXClassRecord::CXXClassRecord(), clang::extractapi::StructRecord::StructRecord(), and clang::extractapi::UnionRecord::UnionRecord().
Definition at line 701 of file API.h.
References classofKind().
|
inlinestatic |
Definition at line 704 of file API.h.
References clang::extractapi::APIRecord::RK_ClassTemplate, clang::extractapi::APIRecord::RK_ClassTemplatePartialSpecialization, clang::extractapi::APIRecord::RK_ClassTemplateSpecialization, clang::extractapi::APIRecord::RK_CXXClass, clang::extractapi::APIRecord::RK_Struct, and clang::extractapi::APIRecord::RK_Union.
Referenced by classof().
|
inline |
Definition at line 723 of file API.h.
References clang::extractapi::APIRecord::Name.