Searched refs:getTypeInfoDataSizeInChars (Results 1 – 8 of 8) sorted by relevance
683 return mayOverlap() ? Ctx.getTypeInfoDataSizeInChars(Type).Width
2338 TypeInfo = getContext().getTypeInfoDataSizeInChars(Ty); in EmitAggregateCopy()
950 Ctx.getTypeInfoDataSizeInChars(LastField->getType()).Width); in getMemcpySize()
6146 getContext().getTypeInfoDataSizeInChars(RetTy).Width.getQuantity(); in EmitCall()
2637 TypeInfoChars getTypeInfoDataSizeInChars(QualType T) const;
2149 Size = ASTCtx.getTypeInfoDataSizeInChars(ArgType).Width; in VisitUnaryExprOrTypeTraitExpr()
1930 TypeInfoChars ASTContext::getTypeInfoDataSizeInChars(QualType T) const { in getTypeInfoDataSizeInChars() function in ASTContext
3409 Size = Info.Ctx.getTypeInfoDataSizeInChars(Type).Width; in HandleSizeof()