Searched defs:FieldTypes (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp36 /// FieldTypes - Holds the LLVM types that the struct is created from.
38 SmallVector<llvm::Type *, 16> FieldTypes; member in class:__anon2842::CGRecordLayoutBuilder
218 FieldTypes.clear();
483 Fields[D] = FieldTypes.size();
619 NonVirtualBases[base] = (FieldTypes.size() - 1);
633 VirtualBases[base] = (FieldTypes.size() - 1);
734 FieldTypes.push_back(getByteArrayType(NumBytes));
739 FieldTypes, "", Packed);
744 FieldTypes.pop_back();
825 FieldTypes
[all...]
H A DCodeGenModule.cpp1883 QualType FieldTypes[3]; local
1886 FieldTypes[0] = Context.getPointerType(Context.IntTy.withConst());
1888 FieldTypes[1] = Context.getPointerType(Context.CharTy.withConst());
1890 FieldTypes[2] = Context.UnsignedIntTy;
1897 FieldTypes[i], /*TInfo=*/0,
1958 QualType FieldTypes[] = { local
1971 FieldTypes[i], /*TInfo=*/0,
/external/clang/lib/AST/
H A DASTContext.cpp3716 QualType FieldTypes[4]; local
3719 FieldTypes[0] = getPointerType(IntTy.withConst());
3721 FieldTypes[1] = IntTy;
3723 FieldTypes[2] = getPointerType(CharTy.withConst());
3725 FieldTypes[3] = LongTy;
3732 FieldTypes[i], /*TInfo=*/0,
3762 QualType FieldTypes[] = { local
3776 FieldTypes[i], /*TInfo=*/0,
3801 QualType FieldTypes[] = { local
3819 FieldTypes[
3870 QualType FieldTypes[] = { local
[all...]
/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp2737 QualType FieldTypes[2]; local
2740 FieldTypes[0] = Context->getObjCIdType();
2742 FieldTypes[1] = Context->getObjCClassType();
2749 FieldTypes[i], 0,
2765 QualType FieldTypes[4]; local
2768 FieldTypes[0] = Context->getObjCIdType();
2770 FieldTypes[1] = Context->IntTy;
2772 FieldTypes[2] = Context->getPointerType(Context->CharTy);
2774 FieldTypes[3] = Context->LongTy;
2782 FieldTypes[
[all...]

Completed in 161 milliseconds