Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Layout

364   const ASTRecordLayout &Layout = CGF.getContext().getASTRecordLayout(Base);
365 CharUnits Size = Layout.getNonVirtualSize();
366 CharUnits Align = Layout.getNonVirtualAlign();