Searched refs:ObjCCategoriesInfo (Results 1 – 5 of 5) sorted by relevance
1541 struct ObjCCategoriesInfo { struct1545 friend bool operator<(const ObjCCategoriesInfo &X, argument1546 const ObjCCategoriesInfo &Y) {1550 friend bool operator>(const ObjCCategoriesInfo &X,1551 const ObjCCategoriesInfo &Y) {1555 friend bool operator<=(const ObjCCategoriesInfo &X,1556 const ObjCCategoriesInfo &Y) {1560 friend bool operator>=(const ObjCCategoriesInfo &X,1561 const ObjCCategoriesInfo &Y) {
408 const serialization::ObjCCategoriesInfo *ObjCCategoriesMap;
3839 SmallVector<ObjCCategoriesInfo, 2> CategoriesMap; in WriteObjCCategories()3864 ObjCCategoriesInfo CatInfo = { getDeclID(Class), StartIndex }; in WriteObjCCategories()3884 CategoriesMap.size() * sizeof(ObjCCategoriesInfo)); in WriteObjCCategories()
3661 const ObjCCategoriesInfo Compare = { LocalID, 0 }; in operator ()()3662 const ObjCCategoriesInfo *Result in operator ()()
3047 F.ObjCCategoriesMap = (const ObjCCategoriesInfo *)Blob.data(); in ReadASTBlock()