Searched refs:getTypeInfoDataSizeInChars (Results 1 – 8 of 8) sorted by relevance
683 return mayOverlap() ? Ctx.getTypeInfoDataSizeInChars(Type).Width
2145 TypeInfo = getContext().getTypeInfoDataSizeInChars(Ty); in EmitAggregateCopy()
951 Ctx.getTypeInfoDataSizeInChars(LastField->getType()).Width); in getMemcpySize()
5954 getContext().getTypeInfoDataSizeInChars(RetTy).Width.getQuantity(); in EmitCall()
2455 TypeInfoChars getTypeInfoDataSizeInChars(QualType T) const;
1656 Size = ASTCtx.getTypeInfoDataSizeInChars(ArgType).Width; in VisitUnaryExprOrTypeTraitExpr()
1776 TypeInfoChars ASTContext::getTypeInfoDataSizeInChars(QualType T) const { in getTypeInfoDataSizeInChars() function in ASTContext
3263 Size = Info.Ctx.getTypeInfoDataSizeInChars(Type).Width; in HandleSizeof()