Home | History | Annotate | Download | only in Core

Lines Matching refs:BaseOffset

1267       CharUnits BaseOffset;
1270 BaseOffset = Layout.getVBaseClassOffset(BOR->getDecl());
1272 BaseOffset = Layout.getBaseClassOffset(BOR->getDecl());
1275 Offset += BaseOffset.getQuantity() * getContext().getCharWidth();