Searched refs:TypeInfoChars (Results 1 – 4 of 4) sorted by relevance
176 struct TypeInfoChars { struct181 TypeInfoChars() : AlignIsRequired(false) {} in TypeInfoChars() argument182 TypeInfoChars(CharUnits Width, CharUnits Align, bool AlignIsRequired) in TypeInfoChars() argument2235 TypeInfoChars getTypeInfoDataSizeInChars(QualType T) const;2237 TypeInfoChars getTypeInfoInChars(const Type *T) const;2238 TypeInfoChars getTypeInfoInChars(QualType T) const;
1814 TypeInfoChars ASTContext::getTypeInfoDataSizeInChars(QualType T) const { in getTypeInfoDataSizeInChars()1815 TypeInfoChars Info = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()1832 TypeInfoChars1835 TypeInfoChars EltInfo = Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()1845 return TypeInfoChars(CharUnits::fromQuantity(Width), in getConstantArrayInfoInChars()1850 TypeInfoChars ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars()1854 return TypeInfoChars(toCharUnitsFromBits(Info.Width), in getTypeInfoInChars()1859 TypeInfoChars ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars()
2096 TypeInfoChars TypeInfo; in EmitAggregateCopy()
364 TypeInfoChars ValueInfo, in emitVoidPtrVAArg()6920 TypeInfoChars TyInfo(TySize, TyAlignForABI, false); in EmitVAArg()