Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Categories

3606   RecordData Categories;
3610 unsigned StartIndex = Categories.size();
3615 Categories.push_back(0);
3617 // Add the categories.
3623 AddDeclRef(*Cat, Categories);
3627 Categories[StartIndex] = Size;
3634 // Sort the categories map by the definition ID, since the reader will be
3638 // Emit the categories map.
3654 Stream.EmitRecord(OBJC_CATEGORIES, Categories);