Searched refs:TypeInfoChars (Results 1 – 4 of 4) sorted by relevance
193 struct TypeInfoChars { struct198 TypeInfoChars() : AlignRequirement(AlignRequirementKind::None) {} in TypeInfoChars() function199 TypeInfoChars(CharUnits Width, CharUnits Align, in TypeInfoChars() function2365 TypeInfoChars getTypeInfoDataSizeInChars(QualType T) const;2367 TypeInfoChars getTypeInfoInChars(const Type *T) const;2368 TypeInfoChars getTypeInfoInChars(QualType T) const;
1847 TypeInfoChars ASTContext::getTypeInfoDataSizeInChars(QualType T) const { in getTypeInfoDataSizeInChars()1848 TypeInfoChars Info = getTypeInfoInChars(T); in getTypeInfoDataSizeInChars()1865 TypeInfoChars1868 TypeInfoChars EltInfo = Context.getTypeInfoInChars(CAT->getElementType()); in getConstantArrayInfoInChars()1878 return TypeInfoChars(CharUnits::fromQuantity(Width), in getConstantArrayInfoInChars()1883 TypeInfoChars ASTContext::getTypeInfoInChars(const Type *T) const { in getTypeInfoInChars()1887 return TypeInfoChars(toCharUnitsFromBits(Info.Width), in getTypeInfoInChars()1891 TypeInfoChars ASTContext::getTypeInfoInChars(QualType T) const { in getTypeInfoInChars()
2106 TypeInfoChars TypeInfo; in EmitAggregateCopy()
375 TypeInfoChars ValueInfo, in emitVoidPtrVAArg()7089 TypeInfoChars TyInfo(TySize, TyAlignForABI, AlignRequirementKind::None); in EmitVAArg()