clang 19.0.0git
Public Attributes | Friends | List of all members
clang::serialization::ObjCCategoriesInfo Struct Reference

Describes the categories of an Objective-C class. More...

#include "clang/Serialization/ASTBitCodes.h"

Public Attributes

DeclID DefinitionID
 
unsigned Offset
 

Friends

bool operator< (const ObjCCategoriesInfo &X, const ObjCCategoriesInfo &Y)
 
bool operator> (const ObjCCategoriesInfo &X, const ObjCCategoriesInfo &Y)
 
bool operator<= (const ObjCCategoriesInfo &X, const ObjCCategoriesInfo &Y)
 
bool operator>= (const ObjCCategoriesInfo &X, const ObjCCategoriesInfo &Y)
 

Detailed Description

Describes the categories of an Objective-C class.

Definition at line 2085 of file ASTBitCodes.h.

Friends And Related Function Documentation

◆ operator<

bool operator< ( const ObjCCategoriesInfo X,
const ObjCCategoriesInfo Y 
)
friend

Definition at line 2092 of file ASTBitCodes.h.

◆ operator<=

bool operator<= ( const ObjCCategoriesInfo X,
const ObjCCategoriesInfo Y 
)
friend

Definition at line 2102 of file ASTBitCodes.h.

◆ operator>

bool operator> ( const ObjCCategoriesInfo X,
const ObjCCategoriesInfo Y 
)
friend

Definition at line 2097 of file ASTBitCodes.h.

◆ operator>=

bool operator>= ( const ObjCCategoriesInfo X,
const ObjCCategoriesInfo Y 
)
friend

Definition at line 2107 of file ASTBitCodes.h.

Member Data Documentation

◆ DefinitionID

DeclID clang::serialization::ObjCCategoriesInfo::DefinitionID

Definition at line 2087 of file ASTBitCodes.h.

◆ Offset

unsigned clang::serialization::ObjCCategoriesInfo::Offset

Definition at line 2090 of file ASTBitCodes.h.


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