Searched refs:MostDerivedClassDecl (Results 1 – 2 of 2) sorted by relevance
1427 const CXXRecordDecl *MostDerivedClassDecl) in HasTrivialDestructorBody() argument1449 MostDerivedClassDecl)) in HasTrivialDestructorBody()1453 if (BaseClassDecl == MostDerivedClassDecl) { in HasTrivialDestructorBody()1459 MostDerivedClassDecl)) in HasTrivialDestructorBody()2639 const CXXRecordDecl *MostDerivedClassDecl = Base->getBestDynamicClassType(); in CanDevirtualizeMemberFunctionCall() local2640 if (MostDerivedClassDecl->hasAttr<FinalAttr>()) in CanDevirtualizeMemberFunctionCall()
13568 const CXXRecordDecl *MostDerivedClassDecl = Base->getBestDynamicClassType(); in MarkExprReferenced() local13569 if (!MostDerivedClassDecl) in MarkExprReferenced()13571 CXXMethodDecl *DM = MD->getCorrespondingMethodInClass(MostDerivedClassDecl); in MarkExprReferenced()