clang
3.9.0
|
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 1543 of file ASTBitCodes.h.
|
friend |
Definition at line 1547 of file ASTBitCodes.h.
|
friend |
Definition at line 1557 of file ASTBitCodes.h.
|
friend |
Definition at line 1552 of file ASTBitCodes.h.
|
friend |
Definition at line 1562 of file ASTBitCodes.h.
DeclID clang::serialization::ObjCCategoriesInfo::DefinitionID |
Definition at line 1544 of file ASTBitCodes.h.
unsigned clang::serialization::ObjCCategoriesInfo::Offset |
Definition at line 1545 of file ASTBitCodes.h.