Lines Matching refs:getASTRecordLayout
1791 const ASTRecordLayout &Layout = getASTRecordLayout(Parent); in getDeclAlign()
1837 const ASTRecordLayout &layout = getASTRecordLayout(RT->getDecl()); in getTypeInfoDataSizeInChars()
2309 const ASTRecordLayout &Layout = getASTRecordLayout(RD); in getTypeInfoImpl()
2406 const ASTRecordLayout &Layout = getASTRecordLayout(RD); in getTypeUnadjustedAlign()
2485 toBits(getASTRecordLayout(RT->getDecl()).PreferredAlignment)); in getPreferredTypeAlign()
2534 const ASTRecordLayout *Layout = &getASTRecordLayout(RD); in getOffsetOfBaseWithVBPtr()
2537 Layout = &getASTRecordLayout(Base); in getOffsetOfBaseWithVBPtr()
2553 ThisAdjustment += getASTRecordLayout(Derived).getBaseClassOffset(Base); in getMemberPointerPathAdjustment()
2648 const auto &Layout = Context.getASTRecordLayout(RD); in structHasUniqueObjectRepresentations()
7376 const ASTRecordLayout &RL = Ctx->getASTRecordLayout(RD); in EncodeBitField()
7791 const ASTRecordLayout &layout = getASTRecordLayout(RDecl); in getObjCEncodingForStructureImpl()
7893 CurOffs += toBits(getASTRecordLayout(base).getNonVirtualSize()); in getObjCEncodingForStructureImpl()