Searched refs:BestDynamicDecl (Results 1 – 2 of 2) sorted by relevance
2356 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in getDevirtualizedMethod() local2357 if (!BestDynamicDecl) in getDevirtualizedMethod()2362 getCorrespondingMethodInClass(BestDynamicDecl); in getDevirtualizedMethod()2382 if (BestDynamicDecl->isEffectivelyFinal()) in getDevirtualizedMethod()
227 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in EmitCXXMemberOrOperatorMemberCallExpr() local228 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()