Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SrcDecl

635   const CXXRecordDecl *SrcDecl = SrcRecordTy->getAsCXXRecordDecl();
637 if (CGF.getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr())
641 llvm::Value *Offset = getPolymorphicOffset(CGF, SrcDecl, Value);
649 const CXXRecordDecl *SrcDecl = SrcRecordTy->getAsCXXRecordDecl();
651 !CGM.getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr();
683 const CXXRecordDecl *SrcDecl = SrcRecordTy->getAsCXXRecordDecl();
685 !CGM.getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr();