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 1250 of file ASTBitCodes.h.
| bool operator< | ( | const ObjCCategoriesInfo & | X, |
| const ObjCCategoriesInfo & | Y | ||
| ) | [friend] |
Definition at line 1254 of file ASTBitCodes.h.
| bool operator<= | ( | const ObjCCategoriesInfo & | X, |
| const ObjCCategoriesInfo & | Y | ||
| ) | [friend] |
Definition at line 1264 of file ASTBitCodes.h.
| bool operator> | ( | const ObjCCategoriesInfo & | X, |
| const ObjCCategoriesInfo & | Y | ||
| ) | [friend] |
Definition at line 1259 of file ASTBitCodes.h.
| bool operator>= | ( | const ObjCCategoriesInfo & | X, |
| const ObjCCategoriesInfo & | Y | ||
| ) | [friend] |
Definition at line 1269 of file ASTBitCodes.h.
Definition at line 1251 of file ASTBitCodes.h.
Definition at line 1252 of file ASTBitCodes.h.