Searched refs:BestDynamicDecl (Results 1 – 2 of 2) sorted by relevance
2273 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in getDevirtualizedMethod() local2274 if (!BestDynamicDecl) in getDevirtualizedMethod()2279 getCorrespondingMethodInClass(BestDynamicDecl); in getDevirtualizedMethod()2299 if (BestDynamicDecl->isEffectivelyFinal()) in getDevirtualizedMethod()
222 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in EmitCXXMemberOrOperatorMemberCallExpr() local223 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()