Lines Matching refs:getASTRecordLayout
42 auto &layout = getContext().getASTRecordLayout(RD); in getClassPointerAlignment()
61 auto &layout = getContext().getASTRecordLayout(RD); in getMinimumClassObjectSize()
81 auto &baseLayout = getContext().getASTRecordLayout(vbaseClass); in getVBaseAlignment()
97 auto &baseLayout = getContext().getASTRecordLayout(baseDecl); in getDynamicOffsetAlignment()
181 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in computeNonVirtualBaseClassOffset()
227 const ASTRecordLayout &Layout = getContext().getASTRecordLayout(Derived); in GetAddressOfDirectBaseInCompleteClass()
322 const ASTRecordLayout &layout = getContext().getASTRecordLayout(Derived); in GetAddressOfBaseClass()
483 const ASTRecordLayout &Layout = getContext().getASTRecordLayout(RD); in GetVTTParameter()
788 const ASTRecordLayout &Info = Context.getASTRecordLayout(ClassDecl); in EmitAsanPrologueOrEpilogue()
918 RecLayout(CGF.getContext().getASTRecordLayout(ClassDecl)), in FieldMemcpyizer()
1682 CGF.getContext().getASTRecordLayout(Dtor->getParent()); in Emit()
1733 Context.getASTRecordLayout(Dtor->getParent()); in PoisonMembers()
2582 getContext().getASTRecordLayout(VTableClass); in getVTablePointers()
2588 const ASTRecordLayout &Layout = getContext().getASTRecordLayout(RD); in getVTablePointers()