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