Searched refs:MostDerivedClassDecl (Results 1 – 2 of 2) sorted by relevance
1423 const CXXRecordDecl *MostDerivedClassDecl) in HasTrivialDestructorBody() argument1445 MostDerivedClassDecl)) in HasTrivialDestructorBody()1449 if (BaseClassDecl == MostDerivedClassDecl) { in HasTrivialDestructorBody()1455 MostDerivedClassDecl)) in HasTrivialDestructorBody()2851 const CXXRecordDecl *MostDerivedClassDecl = Base->getBestDynamicClassType(); in CanDevirtualizeMemberFunctionCall() local2852 if (MostDerivedClassDecl->hasAttr<FinalAttr>()) in CanDevirtualizeMemberFunctionCall()
14014 const CXXRecordDecl *MostDerivedClassDecl = Base->getBestDynamicClassType(); in MarkExprReferenced() local14015 if (!MostDerivedClassDecl) in MarkExprReferenced()14017 CXXMethodDecl *DM = MD->getCorrespondingMethodInClass(MostDerivedClassDecl); in MarkExprReferenced()