Searched refs:TypeInfoChars (Results 1 – 6 of 6) sorted by relevance
117 TypeInfoChars ValueInfo, CharUnits SlotSizeAndAlign,
204 TypeInfoChars ValueInfo, in emitVoidPtrVAArg()
2152 TypeInfoChars TypeInfo; in EmitAggregateCopy()
166 struct TypeInfoChars { struct171 TypeInfoChars() : AlignRequirement(AlignRequirementKind::None) {} in TypeInfoChars() argument172 TypeInfoChars(CharUnits Width, CharUnits Align, in TypeInfoChars() argument2378 TypeInfoChars getTypeInfoDataSizeInChars(QualType T) const;2380 TypeInfoChars getTypeInfoInChars(const Type *T) const;2381 TypeInfoChars getTypeInfoInChars(QualType T) const;
806 TypeInfoChars TyInfo(TySize, TyAlignForABI, AlignRequirementKind::None); in EmitVAArg()
1745 TypeInfoChars ASTContext::getTypeInfoDataSizeInChars(QualType T) const { in getTypeInfoDataSizeInChars()1746 TypeInfoChars Info = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()1763 TypeInfoChars1766 TypeInfoChars EltInfo = Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()1776 return TypeInfoChars(CharUnits::fromQuantity(Width), in getConstantArrayInfoInChars()1781 TypeInfoChars ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars()1785 return TypeInfoChars(toCharUnitsFromBits(Info.Width), in getTypeInfoInChars()1789 TypeInfoChars ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars()