Searched refs:ObjCCategoriesInfo (Results 1 – 5 of 5) sorted by relevance
1512 struct ObjCCategoriesInfo { struct1516 friend bool operator<(const ObjCCategoriesInfo &X, argument1517 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) {
422 const serialization::ObjCCategoriesInfo *ObjCCategoriesMap;
3803 SmallVector<ObjCCategoriesInfo, 2> CategoriesMap; in WriteObjCCategories()3828 ObjCCategoriesInfo CatInfo = { getDeclID(Class), StartIndex }; in WriteObjCCategories()3848 CategoriesMap.size() * sizeof(ObjCCategoriesInfo)); in WriteObjCCategories()
3529 const ObjCCategoriesInfo Compare = { LocalID, 0 }; in operator ()()3530 const ObjCCategoriesInfo *Result in operator ()()
3038 F.ObjCCategoriesMap = (const ObjCCategoriesInfo *)Blob.data(); in ReadASTBlock()