Home | History | Annotate | Download | only in Serialization

Lines Matching refs:SpecialTypes

4498   RecordData SpecialTypes;
4499 AddTypeRef(Context.getRawCFConstantStringType(), SpecialTypes);
4500 AddTypeRef(Context.getFILEType(), SpecialTypes);
4501 AddTypeRef(Context.getjmp_bufType(), SpecialTypes);
4502 AddTypeRef(Context.getsigjmp_bufType(), SpecialTypes);
4503 AddTypeRef(Context.ObjCIdRedefinitionType, SpecialTypes);
4504 AddTypeRef(Context.ObjCClassRedefinitionType, SpecialTypes);
4505 AddTypeRef(Context.ObjCSelRedefinitionType, SpecialTypes);
4506 AddTypeRef(Context.getucontext_tType(), SpecialTypes);
4618 Stream.EmitRecord(SPECIAL_TYPES, SpecialTypes);