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