Home | History | Annotate | Download | only in Frontend

Lines Matching refs:FieldTypes

2541     QualType FieldTypes[2];
2544 FieldTypes[0] = Context->getObjCIdType();
2546 FieldTypes[1] = Context->getObjCClassType();
2553 FieldTypes[i], nullptr,
2569 QualType FieldTypes[4];
2572 FieldTypes[0] = Context->getObjCIdType();
2574 FieldTypes[1] = Context->IntTy;
2576 FieldTypes[2] = Context->getPointerType(Context->CharTy);
2578 FieldTypes[3] = Context->LongTy;
2586 FieldTypes[i], nullptr,