Searched refs:BestDynamicDecl (Results 1 – 2 of 2) sorted by relevance
2227 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in getDevirtualizedMethod() local2228 if (!BestDynamicDecl) in getDevirtualizedMethod()2233 getCorrespondingMethodInClass(BestDynamicDecl); in getDevirtualizedMethod()2253 if (BestDynamicDecl->isEffectivelyFinal()) in getDevirtualizedMethod()
220 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in EmitCXXMemberOrOperatorMemberCallExpr() local221 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()