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