Home | History | Annotate | Download | only in AST

Lines Matching full:elementsize

6760         CharUnits ElementSize;
6761 if (!HandleSizeof(Info, E->getExprLoc(), ElementType, ElementSize))
6767 if (ElementSize.isZero()) {
6786 llvm::APInt(65, (int64_t)ElementSize.getQuantity(), true), false);
7034 CharUnits ElementSize = Info.Ctx.getTypeSizeInChars(CurrentType);
7035 Result += IdxResult.getSExtValue() * ElementSize;