clang 17.0.0git
Public Member Functions | Public Attributes | List of all members
clang::extractapi::ObjCMethodRecord Struct Referenceabstract

This holds information associated with Objective-C methods. More...

#include "clang/ExtractAPI/API.h"

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

Public Member Functions

 ObjCMethodRecord ()=delete
 
 ObjCMethodRecord (RecordKind Kind, StringRef USR, StringRef Name, PresumedLoc Loc, AvailabilitySet Availabilities, const DocComment &Comment, DeclarationFragments Declaration, DeclarationFragments SubHeading, FunctionSignature Signature, bool IsFromSystemHeader)
 
virtual ~ObjCMethodRecord ()=0
 
- Public Member Functions inherited from clang::extractapi::APIRecord
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)
 
virtual ~APIRecord ()=0
 

Public Attributes

FunctionSignature Signature
 
- Public Attributes inherited from clang::extractapi::APIRecord
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.
 

Additional Inherited Members

- Public Types inherited from clang::extractapi::APIRecord
enum  RecordKind {
  RK_Unknown , RK_GlobalFunction , RK_GlobalVariable , RK_EnumConstant ,
  RK_Enum , RK_StructField , RK_Struct , RK_ObjCInstanceProperty ,
  RK_ObjCClassProperty , RK_ObjCIvar , RK_ObjCClassMethod , RK_ObjCInstanceMethod ,
  RK_ObjCInterface , RK_ObjCCategory , RK_ObjCProtocol , RK_MacroDefinition ,
  RK_Typedef
}
 Discriminator for LLVM-style RTTI (dyn_cast<> et al.) More...
 

Detailed Description

This holds information associated with Objective-C methods.

Definition at line 371 of file API.h.

Constructor & Destructor Documentation

◆ ObjCMethodRecord() [1/2]

clang::extractapi::ObjCMethodRecord::ObjCMethodRecord ( )
delete

◆ ObjCMethodRecord() [2/2]

clang::extractapi::ObjCMethodRecord::ObjCMethodRecord ( RecordKind  Kind,
StringRef  USR,
StringRef  Name,
PresumedLoc  Loc,
AvailabilitySet  Availabilities,
const DocComment Comment,
DeclarationFragments  Declaration,
DeclarationFragments  SubHeading,
FunctionSignature  Signature,
bool  IsFromSystemHeader 
)
inline

Definition at line 376 of file API.h.

◆ ~ObjCMethodRecord()

ObjCMethodRecord::~ObjCMethodRecord ( )
pure virtual

Definition at line 286 of file API.cpp.

Member Data Documentation

◆ Signature

FunctionSignature clang::extractapi::ObjCMethodRecord::Signature

Definition at line 372 of file API.h.


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