clang 18.0.0git
|
#include "clang/ExtractAPI/API.h"
Public Member Functions | |
CXXClassRecord (StringRef USR, StringRef Name, PresumedLoc Loc, AvailabilitySet Availabilities, const DocComment &Comment, DeclarationFragments Declaration, DeclarationFragments SubHeading, RecordKind Kind, AccessControl Access, bool IsFromSystemHeader) | |
![]() | |
RecordKind | getKind () const |
APIRecord ()=delete | |
APIRecord (RecordKind Kind, StringRef USR, StringRef Name, PresumedLoc Location, AvailabilitySet Availabilities, LinkageInfo Linkage, const DocComment &Comment, DeclarationFragments Declaration, DeclarationFragments SubHeading, bool IsFromSystemHeader) | |
APIRecord (RecordKind Kind, StringRef USR, StringRef Name) | |
virtual | ~APIRecord ()=0 |
Static Public Member Functions | |
static bool | classof (const APIRecord *Record) |
Public Attributes | |
SmallVector< std::unique_ptr< CXXFieldRecord > > | Fields |
SmallVector< std::unique_ptr< CXXMethodRecord > > | Methods |
SmallVector< SymbolReference > | Bases |
AccessControl | Access |
![]() | |
StringRef | USR |
StringRef | Name |
PresumedLoc | Location |
AvailabilitySet | Availabilities |
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. | |
HierarchyInformation | ParentInformation |
Information about the parent record of this record. | |
bool | IsFromSystemHeader |
Whether the symbol was defined in a system header. | |
|
inline |
Definition at line 934 of file API.h.
References clang::extractapi::APIRecord::RK_CXXClass.
AccessControl clang::extractapi::CXXClassRecord::Access |
SmallVector<SymbolReference> clang::extractapi::CXXClassRecord::Bases |
Definition at line 921 of file API.h.
Referenced by clang::extractapi::impl::ExtractAPIVisitorBase< Derived >::VisitClassTemplatePartialSpecializationDecl(), clang::extractapi::impl::ExtractAPIVisitorBase< Derived >::VisitClassTemplateSpecializationDecl(), and clang::extractapi::impl::ExtractAPIVisitorBase< Derived >::VisitCXXRecordDecl().
SmallVector<std::unique_ptr<CXXFieldRecord> > clang::extractapi::CXXClassRecord::Fields |
SmallVector<std::unique_ptr<CXXMethodRecord> > clang::extractapi::CXXClassRecord::Methods |