Home | History | Annotate | Download | only in Serialization

Lines Matching refs:SpecialTypes

3753   RecordData SpecialTypes;
3754 AddTypeRef(Context.getRawCFConstantStringType(), SpecialTypes);
3755 AddTypeRef(Context.getFILEType(), SpecialTypes);
3756 AddTypeRef(Context.getjmp_bufType(), SpecialTypes);
3757 AddTypeRef(Context.getsigjmp_bufType(), SpecialTypes);
3758 AddTypeRef(Context.ObjCIdRedefinitionType, SpecialTypes);
3759 AddTypeRef(Context.ObjCClassRedefinitionType, SpecialTypes);
3760 AddTypeRef(Context.ObjCSelRedefinitionType, SpecialTypes);
3761 AddTypeRef(Context.getucontext_tType(), SpecialTypes);
3848 Stream.EmitRecord(SPECIAL_TYPES, SpecialTypes);