Searched defs:ObjCCategoriesInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Serialization/
H A DASTBitCodes.h1409 struct ObjCCategoriesInfo { struct in namespace:clang::serialization
1413 friend bool operator<(const ObjCCategoriesInfo &X,
1414 const ObjCCategoriesInfo &Y) {
1418 friend bool operator>(const ObjCCategoriesInfo &X,
1419 const ObjCCategoriesInfo &Y) {
1423 friend bool operator<=(const ObjCCategoriesInfo &X,
1424 const ObjCCategoriesInfo &Y) {
1428 friend bool operator>=(const ObjCCategoriesInfo &X,
1429 const ObjCCategoriesInfo &Y) {

Completed in 171 milliseconds