Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MostDerivedClassDecl

1188                          const CXXRecordDecl *MostDerivedClassDecl)
1210 MostDerivedClassDecl))
1214 if (BaseClassDecl == MostDerivedClassDecl) {
1220 MostDerivedClassDecl))
2031 const CXXRecordDecl *MostDerivedClassDecl = Base->getBestDynamicClassType();
2032 if (MostDerivedClassDecl->hasAttr<FinalAttr>())