Searched refs:FieldTypes (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/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:__anon3112::CGRecordLayoutBuilder
220 FieldTypes.clear();
360 unsigned FieldIndex = FieldTypes.size();
434 Fields[D] = FieldTypes.size();
576 NonVirtualBases[base] = (FieldTypes.size() - 1);
592 VirtualBases[base] = (FieldTypes.size() - 1);
736 FieldTypes.push_back(getByteArrayType(NumBytes));
740 FieldTypes, "", Packed);
745 FieldTypes
[all...]
H A DCodeGenModule.cpp2464 QualType FieldTypes[3]; local
2467 FieldTypes[0] = Context.getPointerType(Context.IntTy.withConst());
2469 FieldTypes[1] = Context.getPointerType(Context.CharTy.withConst());
2471 FieldTypes[2] = Context.UnsignedIntTy;
2478 FieldTypes[i], /*TInfo=*/0,
2542 QualType FieldTypes[] = { local
2555 FieldTypes[i], /*TInfo=*/0,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp4500 QualType FieldTypes[4]; local
4503 FieldTypes[0] = getPointerType(IntTy.withConst());
4505 FieldTypes[1] = IntTy;
4507 FieldTypes[2] = getPointerType(CharTy.withConst());
4509 FieldTypes[3] = LongTy;
4516 FieldTypes[i], /*TInfo=*/0,
4556 QualType FieldTypes[] = { local
4570 FieldTypes[i], /*TInfo=*/0,
4595 QualType FieldTypes[] = { local
4613 FieldTypes[
5795 QualType FieldTypes[NumFields]; local
5857 QualType FieldTypes[NumFields]; local
5934 QualType FieldTypes[NumFields]; local
6083 QualType FieldTypes[NumFields]; local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp2568 QualType FieldTypes[2]; local
2571 FieldTypes[0] = Context->getObjCIdType();
2573 FieldTypes[1] = Context->getObjCClassType();
2580 FieldTypes[i], 0,
2596 QualType FieldTypes[4]; local
2599 FieldTypes[0] = Context->getObjCIdType();
2601 FieldTypes[1] = Context->IntTy;
2603 FieldTypes[2] = Context->getPointerType(Context->CharTy);
2605 FieldTypes[3] = Context->LongTy;
2613 FieldTypes[
[all...]
H A DRewriteModernObjC.cpp3090 QualType FieldTypes[2]; local
3093 FieldTypes[0] = Context->getObjCIdType();
3095 FieldTypes[1] = Context->getObjCIdType();
3102 FieldTypes[i], 0,
3118 QualType FieldTypes[4]; local
3121 FieldTypes[0] = Context->getObjCIdType();
3123 FieldTypes[1] = Context->IntTy;
3125 FieldTypes[2] = Context->getPointerType(Context->CharTy);
3127 FieldTypes[3] = Context->LongTy;
3135 FieldTypes[
[all...]

Completed in 120 milliseconds