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

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

#include <ASTBitCodes.h>

Collaboration diagram for clang::serialization::ObjCCategoriesInfo:
[legend]

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

Friends And Related Function Documentation

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

Definition at line 1466 of file ASTBitCodes.h.

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

Definition at line 1476 of file ASTBitCodes.h.

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

Definition at line 1471 of file ASTBitCodes.h.

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

Definition at line 1481 of file ASTBitCodes.h.

Member Data Documentation

DeclID clang::serialization::ObjCCategoriesInfo::DefinitionID

Definition at line 1463 of file ASTBitCodes.h.

unsigned clang::serialization::ObjCCategoriesInfo::Offset

Definition at line 1464 of file ASTBitCodes.h.


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