Home | History | Annotate | Download | only in AST

Lines Matching refs:ElementSize

7382         CharUnits ElementSize;
7383 if (!HandleSizeof(Info, E->getExprLoc(), ElementType, ElementSize))
7389 if (ElementSize.isZero()) {
7408 llvm::APInt(65, (int64_t)ElementSize.getQuantity(), true), false);
7631 CharUnits ElementSize = Info.Ctx.getTypeSizeInChars(CurrentType);
7632 Result += IdxResult.getSExtValue() * ElementSize;