Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:FieldTypes

2533     QualType FieldTypes[2];
2536 FieldTypes[0] = Context->getObjCIdType();
2538 FieldTypes[1] = Context->getObjCClassType();
2545 FieldTypes[i], nullptr,
2561 QualType FieldTypes[4];
2564 FieldTypes[0] = Context->getObjCIdType();
2566 FieldTypes[1] = Context->IntTy;
2568 FieldTypes[2] = Context->getPointerType(Context->CharTy);
2570 FieldTypes[3] = Context->LongTy;
2578 FieldTypes[i], nullptr,