Home | History | Annotate | Download | only in AST

Lines Matching refs:FieldTypes

4836     QualType FieldTypes[4];
4839 FieldTypes[0] = getPointerType(IntTy.withConst());
4841 FieldTypes[1] = IntTy;
4843 FieldTypes[2] = getPointerType(CharTy.withConst());
4845 FieldTypes[3] = LongTy;
4852 FieldTypes[i], /*TInfo=*/nullptr,
4890 QualType FieldTypes[] = {
4903 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr,
4925 QualType FieldTypes[] = {
4942 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr,
6110 QualType FieldTypes[NumFields];
6114 FieldTypes[0] = Context->getPointerType(Context->VoidTy);
6118 FieldTypes[1] = Context->getPointerType(Context->VoidTy);
6122 FieldTypes[2] = Context->getPointerType(Context->VoidTy);
6126 FieldTypes[3] = Context->IntTy;
6130 FieldTypes[4] = Context->IntTy;
6140 FieldTypes[i], /*TInfo=*/nullptr,
6163 QualType FieldTypes[NumFields];
6167 FieldTypes[0] = Context->UnsignedCharTy;
6171 FieldTypes[1] = Context->UnsignedCharTy;
6175 FieldTypes[2] = Context->UnsignedShortTy;
6179 FieldTypes[3] = Context->getPointerType(Context->VoidTy);
6183 FieldTypes[4] = Context->getPointerType(Context->VoidTy);
6192 FieldTypes[i], /*TInfo=*/nullptr,
6226 QualType FieldTypes[NumFields];
6230 FieldTypes[0] = Context->UnsignedIntTy;
6234 FieldTypes[1] = Context->UnsignedIntTy;
6238 FieldTypes[2] = Context->getPointerType(Context->VoidTy);
6242 FieldTypes[3] = Context->getPointerType(Context->VoidTy);
6252 FieldTypes[i], /*TInfo=*/nullptr,
6329 QualType FieldTypes[NumFields];
6333 FieldTypes[0] = Context->LongTy;
6337 FieldTypes[1] = Context->LongTy;
6341 FieldTypes[2] = Context->getPointerType(Context->VoidTy);
6345 FieldTypes[3] = Context->getPointerType(Context->VoidTy);
6355 FieldTypes[i], /*TInfo=*/nullptr,