clang 18.0.0git
|
#include "clang/ExtractAPI/API.h"
Static Public Member Functions | |
static bool | classof (const APIRecord *Record) |
![]() | |
static bool | classof (const APIRecord *Record) |
Public Attributes | |
Template | Templ |
![]() | |
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 |
|
inlinestatic |
Definition at line 955 of file API.h.
References clang::extractapi::APIRecord::RK_ClassTemplate.