Home | History | Annotate | Download | only in AST

Lines Matching refs:FieldTypes

4340     QualType FieldTypes[4];
4343 FieldTypes[0] = getPointerType(IntTy.withConst());
4345 FieldTypes[1] = IntTy;
4347 FieldTypes[2] = getPointerType(CharTy.withConst());
4349 FieldTypes[3] = LongTy;
4356 FieldTypes[i], /*TInfo=*/0,
4396 QualType FieldTypes[] = {
4410 FieldTypes[i], /*TInfo=*/0,
4435 QualType FieldTypes[] = {
4453 FieldTypes[i], /*TInfo=*/0,
5614 QualType FieldTypes[NumFields];
5618 FieldTypes[0] = Context->getPointerType(Context->VoidTy);
5622 FieldTypes[1] = Context->getPointerType(Context->VoidTy);
5626 FieldTypes[2] = Context->getPointerType(Context->VoidTy);
5630 FieldTypes[3] = Context->IntTy;
5634 FieldTypes[4] = Context->IntTy;
5644 FieldTypes[i], /*TInfo=*/0,
5676 QualType FieldTypes[NumFields];
5680 FieldTypes[0] = Context->UnsignedCharTy;
5684 FieldTypes[1] = Context->UnsignedCharTy;
5688 FieldTypes[2] = Context->UnsignedShortTy;
5692 FieldTypes[3] = Context->getPointerType(Context->VoidTy);
5696 FieldTypes[4] = Context->getPointerType(Context->VoidTy);
5705 FieldTypes[i], /*TInfo=*/0,
5753 QualType FieldTypes[NumFields];
5757 FieldTypes[0] = Context->UnsignedIntTy;
5761 FieldTypes[1] = Context->UnsignedIntTy;
5765 FieldTypes[2] = Context->getPointerType(Context->VoidTy);
5769 FieldTypes[3] = Context->getPointerType(Context->VoidTy);
5779 FieldTypes[i], /*TInfo=*/0,