Home | History | Annotate | Download | only in Sema

Lines Matching refs:SrcAlign

3833   CharUnits SrcAlign = Context.getTypeAlignInChars(SrcPointee);
3834 if (SrcAlign >= DestAlign) return;
3838 << static_cast<unsigned>(SrcAlign.getQuantity())