clang 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
clang::extractapi::GlobalVariableRecord Struct Reference

This holds information associated with global functions. More...

#include "clang/ExtractAPI/API.h"

Inheritance diagram for clang::extractapi::GlobalVariableRecord:
Inheritance graph
[legend]

Public Member Functions

 GlobalVariableRecord (StringRef USR, StringRef Name, PresumedLoc Loc, AvailabilityInfo Availability, LinkageInfo Linkage, const DocComment &Comment, DeclarationFragments Declaration, DeclarationFragments SubHeading, bool IsFromSystemHeader)
 
 GlobalVariableRecord (RecordKind Kind, StringRef USR, StringRef Name, PresumedLoc Loc, AvailabilityInfo Availability, LinkageInfo Linkage, const DocComment &Comment, DeclarationFragments Declaration, DeclarationFragments SubHeading, bool IsFromSystemHeader)
 
- Public Member Functions inherited from clang::extractapi::APIRecord
RecordKind getKind () const
 
 APIRecord ()=delete
 
 APIRecord (RecordKind Kind, StringRef USR, StringRef Name, PresumedLoc Location, AvailabilityInfo Availability, 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)
 

Additional Inherited Members

- Public Types inherited from clang::extractapi::APIRecord
enum  RecordKind {
  RK_Unknown , RK_Namespace , RK_GlobalFunction , RK_GlobalFunctionTemplate ,
  RK_GlobalFunctionTemplateSpecialization , RK_GlobalVariable , RK_GlobalVariableTemplate , RK_GlobalVariableTemplateSpecialization ,
  RK_GlobalVariableTemplatePartialSpecialization , RK_EnumConstant , RK_Enum , RK_StructField ,
  RK_Struct , RK_UnionField , RK_Union , RK_StaticField ,
  RK_CXXField , RK_CXXFieldTemplate , RK_CXXClass , RK_ClassTemplate ,
  RK_ClassTemplateSpecialization , RK_ClassTemplatePartialSpecialization , RK_Concept , RK_CXXStaticMethod ,
  RK_CXXInstanceMethod , RK_CXXConstructorMethod , RK_CXXDestructorMethod , RK_CXXMethodTemplate ,
  RK_CXXMethodTemplateSpecialization , RK_ObjCInstanceProperty , RK_ObjCClassProperty , RK_ObjCIvar ,
  RK_ObjCClassMethod , RK_ObjCInstanceMethod , RK_ObjCInterface , RK_ObjCCategory ,
  RK_ObjCCategoryModule , RK_ObjCProtocol , RK_MacroDefinition , RK_Typedef
}
 Discriminator for LLVM-style RTTI (dyn_cast<> et al.) More...
 
- Public Attributes inherited from clang::extractapi::APIRecord
StringRef USR
 
StringRef Name
 
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.
 
HierarchyInformation ParentInformation
 Information about the parent record of this record.
 
bool IsFromSystemHeader
 Whether the symbol was defined in a system header.
 

Detailed Description

This holds information associated with global functions.

Definition at line 362 of file API.h.

Constructor & Destructor Documentation

◆ GlobalVariableRecord() [1/2]

clang::extractapi::GlobalVariableRecord::GlobalVariableRecord ( StringRef  USR,
StringRef  Name,
PresumedLoc  Loc,
AvailabilityInfo  Availability,
LinkageInfo  Linkage,
const DocComment Comment,
DeclarationFragments  Declaration,
DeclarationFragments  SubHeading,
bool  IsFromSystemHeader 
)
inline

Definition at line 363 of file API.h.

◆ GlobalVariableRecord() [2/2]

clang::extractapi::GlobalVariableRecord::GlobalVariableRecord ( RecordKind  Kind,
StringRef  USR,
StringRef  Name,
PresumedLoc  Loc,
AvailabilityInfo  Availability,
LinkageInfo  Linkage,
const DocComment Comment,
DeclarationFragments  Declaration,
DeclarationFragments  SubHeading,
bool  IsFromSystemHeader 
)
inline

Definition at line 372 of file API.h.

Member Function Documentation

◆ classof()

static bool clang::extractapi::GlobalVariableRecord::classof ( const APIRecord Record)
inlinestatic

Definition at line 380 of file API.h.

References clang::extractapi::APIRecord::RK_GlobalVariable.


The documentation for this struct was generated from the following files: