Lines Matching defs:MostDerivedClassLayout
97 /// MostDerivedClassLayout - the AST record layout of the most derived class.
98 const ASTRecordLayout &MostDerivedClassLayout;
164 MostDerivedClassLayout(Context.getASTRecordLayout(MostDerivedClass)) {
360 BaseOffset = MostDerivedClassLayout.getVBaseClassOffset(BaseDecl);
397 BaseOffset = MostDerivedClassLayout.getVBaseClassOffset(BaseDecl);
639 const ASTRecordLayout &MostDerivedClassLayout =
643 MostDerivedClassLayout.getVBaseClassOffset(PrimaryBase);
1493 const ASTRecordLayout &MostDerivedClassLayout =
1497 MostDerivedClassLayout.getVBaseClassOffset(PrimaryBase);
1911 const ASTRecordLayout &MostDerivedClassLayout =
1914 MostDerivedClassLayout.getVBaseClassOffset(BaseDecl);
2530 const ASTRecordLayout &MostDerivedClassLayout;
2671 MostDerivedClassLayout(Context.getASTRecordLayout(MostDerivedClass)),
2963 MostDerivedClassLayout.getVBaseOffsetsMap();
2990 MostDerivedClassLayout.getVBPtrOffset()).getQuantity();
3056 NextBaseOffset = MostDerivedClassLayout.getVBaseClassOffset(NextBase);