Searched refs:StorageType (Results 1 – 2 of 2) sorted by relevance
159 llvm::Type *StorageType);214 const FieldDecl *FD, CharUnits StartOffset, llvm::Type *StorageType) { in setBitFieldInfo() argument219 Info.StorageSize = (unsigned)DataLayout.getTypeAllocSizeInBits(StorageType); in setBitFieldInfo()281 llvm::Type *StorageType = nullptr; in lowerUnion() local310 StorageType = FieldType; in lowerUnion()318 if (!StorageType || in lowerUnion()319 getAlignment(FieldType) > getAlignment(StorageType) || in lowerUnion()320 (getAlignment(FieldType) == getAlignment(StorageType) && in lowerUnion()321 getSize(FieldType) > getSize(StorageType))) in lowerUnion()322 StorageType = FieldType; in lowerUnion()[all …]
179 DependentTemplateName *> StorageType; typedef181 StorageType Storage;184 Storage = StorageType::getFromOpaqueValue(Ptr); in TemplateName()