Searched refs:BestDynamicDecl (Results 1 – 2 of 2) sorted by relevance
2524 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in getDevirtualizedMethod() local2525 if (!BestDynamicDecl) in getDevirtualizedMethod()2530 getCorrespondingMethodInClass(BestDynamicDecl); in getDevirtualizedMethod()2550 if (BestDynamicDecl->isEffectivelyFinal()) in getDevirtualizedMethod()
230 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in EmitCXXMemberOrOperatorMemberCallExpr() local231 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()