Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Categories

2994   RecordData Categories;
2998 unsigned StartIndex = Categories.size();
3003 Categories.push_back(0);
3005 // Add the categories.
3009 AddDeclRef(Cat, Categories);
3013 Categories[StartIndex] = Size;
3020 // Sort the categories map by the definition ID, since the reader will be
3024 // Emit the categories map.
3040 Stream.EmitRecord(OBJC_CATEGORIES, Categories);