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