Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BaseDecl

934     const CXXRecordDecl *BaseDecl = Base.getType()->getAsCXXRecordDecl();
935 if (Context.getASTRecordLayout(BaseDecl).hasExtendableVFPtr()) {
936 PolymorphicBase = BaseDecl;