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

/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp163 FieldTypes.push_back(getByteArrayType(Size));
203 SmallVector<llvm::Type *, 16> FieldTypes; member in struct:__anon1619::CGRecordLowering
342 FieldTypes.push_back(StorageType);
632 FieldTypes.push_back(Member->Data);
635 Fields[Member->FD->getCanonicalDecl()] = FieldTypes.size() - 1;
638 setBitFieldInfo(Member->FD, Member->Offset, FieldTypes.back());
640 NonVirtualBases[Member->RD] = FieldTypes.size() - 1;
642 VirtualBases[Member->RD] = FieldTypes.size() - 1;
699 getLLVMContext(), BaseBuilder.FieldTypes, "", BaseBuilder.Packed);
711 Ty->setBody(Builder.FieldTypes, Builde
[all...]
H A DCodeGenModule.cpp3272 QualType FieldTypes[3]; local
3275 FieldTypes[0] = Context.getPointerType(Context.IntTy.withConst());
3277 FieldTypes[1] = Context.getPointerType(Context.CharTy.withConst());
3279 FieldTypes[2] = Context.UnsignedIntTy;
3286 FieldTypes[i], /*TInfo=*/nullptr,
3351 QualType FieldTypes[] = { local
3364 FieldTypes[i], /*TInfo=*/nullptr,
H A DMicrosoftCXXABI.cpp444 llvm::Type *FieldTypes[] = {
449 llvm::StructType::create(CGM.getLLVMContext(), FieldTypes, TDTypeName);
462 llvm::Type *FieldTypes[] = {
472 CGM.getLLVMContext(), FieldTypes, "rtti.BaseClassDescriptor");
482 llvm::Type *FieldTypes[] = { local
489 ClassHierarchyDescriptorType->setBody(FieldTypes);
498 llvm::Type *FieldTypes[] = { local
506 llvm::ArrayRef<llvm::Type *> FieldTypesRef(FieldTypes);
674 llvm::Type *FieldTypes[] = {
684 CGM.getLLVMContext(), FieldTypes, "e
698 llvm::Type *FieldTypes[] = { local
[all...]
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2528 QualType FieldTypes[2]; local
2531 FieldTypes[0] = Context->getObjCIdType();
2533 FieldTypes[1] = Context->getObjCClassType();
2540 FieldTypes[i], nullptr,
2556 QualType FieldTypes[4]; local
2559 FieldTypes[0] = Context->getObjCIdType();
2561 FieldTypes[1] = Context->IntTy;
2563 FieldTypes[2] = Context->getPointerType(Context->CharTy);
2565 FieldTypes[3] = Context->LongTy;
2573 FieldTypes[
[all...]
H A DRewriteModernObjC.cpp2982 QualType FieldTypes[2]; local
2985 FieldTypes[0] = Context->getObjCIdType();
2987 FieldTypes[1] = Context->getObjCIdType();
2994 FieldTypes[i], nullptr,
3010 QualType FieldTypes[4]; local
3013 FieldTypes[0] = Context->getObjCIdType();
3015 FieldTypes[1] = Context->IntTy;
3017 FieldTypes[2] = Context->getPointerType(Context->CharTy);
3019 FieldTypes[3] = Context->LongTy;
3027 FieldTypes[
[all...]
/external/clang/lib/AST/
H A DASTContext.cpp4894 QualType FieldTypes[4]; local
4898 FieldTypes[0] = getPointerType(IntTy.withConst());
4901 FieldTypes[1] = IntTy;
4904 FieldTypes[2] = getPointerType(CharTy.withConst());
4907 FieldTypes[3] = LongTy;
4916 FieldTypes[i], /*TInfo=*/nullptr,
4974 QualType FieldTypes[] = { local
4987 &Idents.get(FieldNames[i]), FieldTypes[i], /*TInfo=*/nullptr,
5009 QualType FieldTypes[] = { local
5026 &Idents.get(FieldNames[i]), FieldTypes[
6207 QualType FieldTypes[NumFields]; local
6260 QualType FieldTypes[NumFields]; local
6323 QualType FieldTypes[NumFields]; local
6427 QualType FieldTypes[NumFields]; local
[all...]

Completed in 278 milliseconds