Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RecLayout

759         RecLayout(CGF.getContext().getASTRecordLayout(ClassDecl)),
855 FirstFieldOffset = RecLayout.getFieldOffset(F->getFieldIndex());
869 uint64_t FOffset = RecLayout.getFieldOffset(F->getFieldIndex());
880 const ASTRecordLayout &RecLayout;