Searched refs:FieldTypes (Results 1 - 5 of 5) 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:__anon3169::CGRecordLayoutBuilder
223 FieldTypes.clear();
488 Fields[D] = FieldTypes.size();
628 NonVirtualBases[base] = (FieldTypes.size() - 1);
644 VirtualBases[base] = (FieldTypes.size() - 1);
784 FieldTypes.push_back(getByteArrayType(NumBytes));
788 FieldTypes, "", Packed);
793 FieldTypes.pop_back();
883 FieldTypes
[all...]
H A DCodeGenModule.cpp2090 QualType FieldTypes[3]; local
2093 FieldTypes[0] = Context.getPointerType(Context.IntTy.withConst());
2095 FieldTypes[1] = Context.getPointerType(Context.CharTy.withConst());
2097 FieldTypes[2] = Context.UnsignedIntTy;
2104 FieldTypes[i], /*TInfo=*/0,
2166 QualType FieldTypes[] = { local
2179 FieldTypes[i], /*TInfo=*/0,
/external/clang/lib/AST/
H A DASTContext.cpp3793 QualType FieldTypes[4]; local
3796 FieldTypes[0] = getPointerType(IntTy.withConst());
3798 FieldTypes[1] = IntTy;
3800 FieldTypes[2] = getPointerType(CharTy.withConst());
3802 FieldTypes[3] = LongTy;
3809 FieldTypes[i], /*TInfo=*/0,
3839 QualType FieldTypes[] = { local
3853 FieldTypes[i], /*TInfo=*/0,
3878 QualType FieldTypes[] = { local
3896 FieldTypes[
3947 QualType FieldTypes[] = { local
[all...]
/external/clang/lib/Rewrite/
H A DRewriteModernObjC.cpp2914 QualType FieldTypes[2]; local
2917 FieldTypes[0] = Context->getObjCIdType();
2919 FieldTypes[1] = Context->getObjCIdType();
2926 FieldTypes[i], 0,
2942 QualType FieldTypes[4]; local
2945 FieldTypes[0] = Context->getObjCIdType();
2947 FieldTypes[1] = Context->IntTy;
2949 FieldTypes[2] = Context->getPointerType(Context->CharTy);
2951 FieldTypes[3] = Context->LongTy;
2959 FieldTypes[
[all...]
H A DRewriteObjC.cpp2580 QualType FieldTypes[2]; local
2583 FieldTypes[0] = Context->getObjCIdType();
2585 FieldTypes[1] = Context->getObjCClassType();
2592 FieldTypes[i], 0,
2608 QualType FieldTypes[4]; local
2611 FieldTypes[0] = Context->getObjCIdType();
2613 FieldTypes[1] = Context->IntTy;
2615 FieldTypes[2] = Context->getPointerType(Context->CharTy);
2617 FieldTypes[3] = Context->LongTy;
2625 FieldTypes[
[all...]

Completed in 66 milliseconds