Home | History | Annotate | Download | only in Sema

Lines Matching refs:MostDerivedClassDecl

12561   const CXXRecordDecl *MostDerivedClassDecl = Base->getBestDynamicClassType();
12562 if (!MostDerivedClassDecl)
12564 CXXMethodDecl *DM = MD->getCorrespondingMethodInClass(MostDerivedClassDecl);