|
clang 22.0.0git
|
#include "clang/ExtractAPI/API.h"
Public Member Functions | |
| ConceptRecord (StringRef USR, StringRef Name, SymbolReference Parent, PresumedLoc Loc, AvailabilityInfo Availability, const DocComment &Comment, DeclarationFragments Declaration, DeclarationFragments SubHeading, Template Template, bool IsFromSystemHeader) | |
| Public Member Functions inherited from clang::extractapi::APIRecord | |
| APIRecord * | getNextInContext () const |
| RecordKind | getKind () const |
| RecordKind | getKindForDisplay () const |
| APIRecord ()=delete | |
| APIRecord (RecordKind Kind, StringRef USR, StringRef Name, SymbolReference Parent, PresumedLoc Location, AvailabilityInfo Availability, LinkageInfo Linkage, const DocComment &Comment, DeclarationFragments Declaration, DeclarationFragments SubHeading, bool IsFromSystemHeader, AccessControl Access=AccessControl()) | |
| APIRecord (RecordKind Kind, StringRef USR, StringRef Name) | |
| virtual | ~APIRecord ()=0 |
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) |
Public Attributes | |
| Template | Templ |
| 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 1286 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::RK_Concept, clang::extractapi::APIRecord::SubHeading, Templ, and clang::extractapi::APIRecord::USR.
Definition at line 1296 of file API.h.
References clang::extractapi::APIRecord::APIRecord(), and classofKind().
|
inlinestatic |
Definition at line 1299 of file API.h.
References clang::extractapi::APIRecord::RK_Concept.
Referenced by classof().
| Template clang::extractapi::ConceptRecord::Templ |
Definition at line 1284 of file API.h.
Referenced by ConceptRecord().