Lines Matching defs:SrcDecl
944 const CXXRecordDecl *SrcDecl = SrcRecordTy->getAsCXXRecordDecl();
950 if (Context.getASTRecordLayout(SrcDecl).hasExtendableVFPtr())
952 SrcDecl);
957 for (auto &Base : SrcDecl->vbases()) {
967 GetVirtualBaseClassOffset(CGF, Value, SrcDecl, PolymorphicBase);
971 CGF.CGM.getVBaseAlignment(Value.getAlignment(), SrcDecl, PolymorphicBase);
977 const CXXRecordDecl *SrcDecl = SrcRecordTy->getAsCXXRecordDecl();
978 return !getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr();
1010 const CXXRecordDecl *SrcDecl = SrcRecordTy->getAsCXXRecordDecl();
1012 !getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr();