|
clang 22.0.0git
|
#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) |
Public Attributes | |
| bool | IsEmbeddedInVarDeclarator |
| 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 |
|
inline |
Definition at line 603 of file API.h.
References clang::extractapi::APIRecord::Access, clang::extractapi::APIRecord::APIRecord(), clang::extractapi::APIRecord::Availability, clang::extractapi::APIRecord::Comment, clang::extractapi::APIRecord::Declaration, IsEmbeddedInVarDeclarator, 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::EnumRecord::EnumRecord(), and clang::extractapi::RecordRecord::RecordRecord().
Definition at line 615 of file API.h.
References clang::extractapi::APIRecord::APIRecord(), and classofKind().
|
inlinestatic |
Definition at line 618 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_Enum, clang::extractapi::APIRecord::RK_Struct, and clang::extractapi::APIRecord::RK_Union.
Referenced by classof().
| bool clang::extractapi::TagRecord::IsEmbeddedInVarDeclarator |
Definition at line 639 of file API.h.
Referenced by clang::extractapi::CXXClassRecord::CXXClassRecord(), clang::extractapi::EnumRecord::EnumRecord(), clang::extractapi::RecordRecord::RecordRecord(), clang::extractapi::StructRecord::StructRecord(), TagRecord(), and clang::extractapi::UnionRecord::UnionRecord().