Home | History | Annotate | Download | only in AST

Lines Matching refs:FieldTypes

4569     QualType FieldTypes[4];
4572 FieldTypes[0] = getPointerType(IntTy.withConst());
4574 FieldTypes[1] = IntTy;
4576 FieldTypes[2] = getPointerType(CharTy.withConst());
4578 FieldTypes[3] = LongTy;
4585 FieldTypes[i], /*TInfo=*/nullptr,
4623 QualType FieldTypes[] = {
4636 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr,
4658 QualType FieldTypes[] = {
4675 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr,
5813 QualType FieldTypes[NumFields];
5817 FieldTypes[0] = Context->getPointerType(Context->VoidTy);
5821 FieldTypes[1] = Context->getPointerType(Context->VoidTy);
5825 FieldTypes[2] = Context->getPointerType(Context->VoidTy);
5829 FieldTypes[3] = Context->IntTy;
5833 FieldTypes[4] = Context->IntTy;
5843 FieldTypes[i], /*TInfo=*/nullptr,
5866 QualType FieldTypes[NumFields];
5870 FieldTypes[0] = Context->UnsignedCharTy;
5874 FieldTypes[1] = Context->UnsignedCharTy;
5878 FieldTypes[2] = Context->UnsignedShortTy;
5882 FieldTypes[3] = Context->getPointerType(Context->VoidTy);
5886 FieldTypes[4] = Context->getPointerType(Context->VoidTy);
5895 FieldTypes[i], /*TInfo=*/nullptr,
5929 QualType FieldTypes[NumFields];
5933 FieldTypes[0] = Context->UnsignedIntTy;
5937 FieldTypes[1] = Context->UnsignedIntTy;
5941 FieldTypes[2] = Context->getPointerType(Context->VoidTy);
5945 FieldTypes[3] = Context->getPointerType(Context->VoidTy);
5955 FieldTypes[i], /*TInfo=*/nullptr,
6038 QualType FieldTypes[NumFields];
6042 FieldTypes[0] = Context->LongTy;
6046 FieldTypes[1] = Context->LongTy;
6050 FieldTypes[2] = Context->getPointerType(Context->VoidTy);
6054 FieldTypes[3] = Context->getPointerType(Context->VoidTy);
6064 FieldTypes[i], /*TInfo=*/nullptr,