Lines Matching refs:getASTRecordLayout
1809 const ASTRecordLayout &Layout = getASTRecordLayout(Parent); in getDeclAlign()
1855 const ASTRecordLayout &layout = getASTRecordLayout(RT->getDecl()); in getTypeInfoDataSizeInChars()
2335 const ASTRecordLayout &Layout = getASTRecordLayout(RD); in getTypeInfoImpl()
2441 const ASTRecordLayout &Layout = getASTRecordLayout(RD); in getTypeUnadjustedAlign()
2527 toBits(getASTRecordLayout(RD).PreferredAlignment)); in getPreferredTypeAlign()
2576 const ASTRecordLayout *Layout = &getASTRecordLayout(RD); in getOffsetOfBaseWithVBPtr()
2579 Layout = &getASTRecordLayout(Base); in getOffsetOfBaseWithVBPtr()
2595 ThisAdjustment += getASTRecordLayout(Derived).getBaseClassOffset(Base); in getMemberPointerPathAdjustment()
2751 const auto &Layout = Context.getASTRecordLayout(RD); in structHasUniqueObjectRepresentations()
8005 const ASTRecordLayout &RL = Ctx->getASTRecordLayout(RD); in EncodeBitField()
8424 const ASTRecordLayout &layout = getASTRecordLayout(RDecl); in getObjCEncodingForStructureImpl()
8526 CurOffs += toBits(getASTRecordLayout(base).getNonVirtualSize()); in getObjCEncodingForStructureImpl()