Searched refs:TypeInfoChars (Results 1 – 6 of 6) sorted by relevance
100 TypeInfoChars ValueInfo, CharUnits SlotSizeAndAlign,
201 TypeInfoChars ValueInfo, in emitVoidPtrVAArg()
2336 TypeInfoChars TypeInfo; in EmitAggregateCopy()
172 struct TypeInfoChars { struct177 TypeInfoChars() : AlignRequirement(AlignRequirementKind::None) {} in TypeInfoChars() argument178 TypeInfoChars(CharUnits Width, CharUnits Align, in TypeInfoChars() argument2637 TypeInfoChars getTypeInfoDataSizeInChars(QualType T) const;2639 TypeInfoChars getTypeInfoInChars(const Type *T) const;2640 TypeInfoChars getTypeInfoInChars(QualType T) const;
841 TypeInfoChars TyInfo(TySize, TyAlignForABI, AlignRequirementKind::None); in EmitVAArg()
1930 TypeInfoChars ASTContext::getTypeInfoDataSizeInChars(QualType T) const { in getTypeInfoDataSizeInChars()1931 TypeInfoChars Info = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()1949 TypeInfoChars1952 TypeInfoChars EltInfo = Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()1962 return TypeInfoChars(CharUnits::fromQuantity(Width), in getConstantArrayInfoInChars()1967 TypeInfoChars ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars()1971 return TypeInfoChars(toCharUnitsFromBits(Info.Width), in getTypeInfoInChars()1975 TypeInfoChars ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars()