Home | History | Annotate | Download | only in AST

Lines Matching refs:MostDerivedLayout

3446 findPathForVPtr(ASTContext &Context, const ASTRecordLayout &MostDerivedLayout,
3472 NewOffset = MostDerivedLayout.getVBaseClassOffset(Base);
3475 if (findPathForVPtr(Context, MostDerivedLayout, Base, NewOffset, VBasesSeen,
3487 const ASTRecordLayout &MostDerivedLayout = Context.getASTRecordLayout(RD);
3490 findPathForVPtr(Context, MostDerivedLayout, RD, CharUnits::Zero(),