Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RecLayout

779         RecLayout(CGF.getContext().getASTRecordLayout(ClassDecl)),
875 FirstFieldOffset = RecLayout.getFieldOffset(F->getFieldIndex());
893 uint64_t FOffset = RecLayout.getFieldOffset(F->getFieldIndex());
904 const ASTRecordLayout &RecLayout;