Searched refs:BestDynamicDecl (Results 1 – 2 of 2) sorted by relevance
1977 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in getDevirtualizedMethod() local1978 if (!BestDynamicDecl) in getDevirtualizedMethod()1983 getCorrespondingMethodInClass(BestDynamicDecl); in getDevirtualizedMethod()1997 if (BestDynamicDecl->hasAttr<FinalAttr>()) in getDevirtualizedMethod()
207 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in EmitCXXMemberOrOperatorMemberCallExpr() local208 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()