Searched refs:TypeInfoChars (Results 1 – 6 of 6) sorted by relevance
117 TypeInfoChars ValueInfo, CharUnits SlotSizeAndAlign,
207 TypeInfoChars ValueInfo, in emitVoidPtrVAArg()
2143 TypeInfoChars TypeInfo; in EmitAggregateCopy()
170 struct TypeInfoChars { struct175 TypeInfoChars() : AlignRequirement(AlignRequirementKind::None) {} in TypeInfoChars() argument176 TypeInfoChars(CharUnits Width, CharUnits Align, in TypeInfoChars() function2455 TypeInfoChars getTypeInfoDataSizeInChars(QualType T) const;2457 TypeInfoChars getTypeInfoInChars(const Type *T) const;2458 TypeInfoChars getTypeInfoInChars(QualType T) const;
801 TypeInfoChars TyInfo(TySize, TyAlignForABI, AlignRequirementKind::None); in EmitVAArg()
1776 TypeInfoChars ASTContext::getTypeInfoDataSizeInChars(QualType T) const { in getTypeInfoDataSizeInChars()1777 TypeInfoChars Info = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()1795 TypeInfoChars1798 TypeInfoChars EltInfo = Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()1808 return TypeInfoChars(CharUnits::fromQuantity(Width), in getConstantArrayInfoInChars()1813 TypeInfoChars ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars()1817 return TypeInfoChars(toCharUnitsFromBits(Info.Width), in getTypeInfoInChars()1821 TypeInfoChars ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars()