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

/external/clang/include/clang/Serialization/
H A DASTBitCodes.h1512 struct ObjCCategoriesInfo { struct in namespace:clang::serialization
1516 friend bool operator<(const ObjCCategoriesInfo &X,
1517 const ObjCCategoriesInfo &Y) {
1521 friend bool operator>(const ObjCCategoriesInfo &X,
1522 const ObjCCategoriesInfo &Y) {
1526 friend bool operator<=(const ObjCCategoriesInfo &X,
1527 const ObjCCategoriesInfo &Y) {
1531 friend bool operator>=(const ObjCCategoriesInfo &X,
1532 const ObjCCategoriesInfo &Y) {

Completed in 231 milliseconds