Lines Matching defs:DestDecl
1631 const CXXRecordDecl *DestDecl = DestRecordTy->getAsCXXRecordDecl();
1634 computeOffsetHint(CGF.getContext(), SrcDecl, DestDecl).getQuantity());
1678 const CXXRecordDecl *DestDecl = DestRecordTy->getAsCXXRecordDecl();
1681 (void)DestDecl->isDerivedFrom(SrcDecl, Paths);
1683 // Find an offset within `DestDecl` where a `SrcDecl` instance and its vptr
1698 // DestDecl, so we can use the vbase offset from its layout.
1699 const ASTRecordLayout &L = Context.getASTRecordLayout(DestDecl);
1712 // object and see if it's a DestDecl. Note that the most-derived object
1717 SrcDecl = DestDecl;
1738 VPtr, getVTableAddressPoint(BaseSubobject(SrcDecl, *Offset), DestDecl));