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

LocalDeclID 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 1984 of file ASTBitCodes.h.

Friends And Related Function Documentation

◆ operator<

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

Definition at line 1991 of file ASTBitCodes.h.

◆ operator<=

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

Definition at line 2001 of file ASTBitCodes.h.

◆ operator>

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

Definition at line 1996 of file ASTBitCodes.h.

◆ operator>=

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

Definition at line 2006 of file ASTBitCodes.h.

Member Data Documentation

◆ DefinitionID

LocalDeclID clang::serialization::ObjCCategoriesInfo::DefinitionID

Definition at line 1986 of file ASTBitCodes.h.

◆ Offset

unsigned clang::serialization::ObjCCategoriesInfo::Offset

Definition at line 1989 of file ASTBitCodes.h.


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