clang API Documentation
Describes the categories of an Objective-C class. More...
#include <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) |
Describes the categories of an Objective-C class.
Definition at line 1432 of file ASTBitCodes.h.
bool operator< | ( | const ObjCCategoriesInfo & | X, |
const ObjCCategoriesInfo & | Y | ||
) | [friend] |
Definition at line 1436 of file ASTBitCodes.h.
bool operator<= | ( | const ObjCCategoriesInfo & | X, |
const ObjCCategoriesInfo & | Y | ||
) | [friend] |
Definition at line 1446 of file ASTBitCodes.h.
bool operator> | ( | const ObjCCategoriesInfo & | X, |
const ObjCCategoriesInfo & | Y | ||
) | [friend] |
Definition at line 1441 of file ASTBitCodes.h.
bool operator>= | ( | const ObjCCategoriesInfo & | X, |
const ObjCCategoriesInfo & | Y | ||
) | [friend] |
Definition at line 1451 of file ASTBitCodes.h.
Definition at line 1433 of file ASTBitCodes.h.
Definition at line 1434 of file ASTBitCodes.h.