Lines Matching defs:DstRD
358 const CXXRecordDecl *DstRD) {
361 getMangleContext().mangleCXXVirtualDisplacementMap(SrcRD, DstRD, Out);
375 if (!DstRD->isVirtuallyDerivedFrom(VBase))
379 unsigned DstVBIndex = VTContext.getVBTableIndex(DstRD, VBase);
390 SrcRD->isExternallyVisible() && DstRD->isExternallyVisible()
3293 CXXRecordDecl *DstRD = DstTy->getMostRecentCXXRecordDecl();
3295 SrcRD->nullFieldOffsetIsZero() == DstRD->nullFieldOffsetIsZero())
3339 const CXXRecordDecl *DstRD = DstTy->getMostRecentCXXRecordDecl();
3341 MSInheritanceModel DstInheritance = DstRD->getMSInheritanceModel();
3409 // SrcRD's vbtable might not be a strict prefix of the one in DstRD.
3414 getAddrOfVirtualDisplacementMap(SrcRD, DstRD)) {
3439 getContext().getASTRecordLayout(DstRD).getVBPtrOffset().getQuantity());
3449 getContext().getOffsetOfBaseWithVBPtr(DstRD).getQuantity()) {