Home
last modified time | relevance | path

Searched refs:BestDynamicDecl (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp2244 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in getDevirtualizedMethod() local
2245 if (!BestDynamicDecl) in getDevirtualizedMethod()
2250 getCorrespondingMethodInClass(BestDynamicDecl); in getDevirtualizedMethod()
2270 if (BestDynamicDecl->isEffectivelyFinal()) in getDevirtualizedMethod()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprCXX.cpp220 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in EmitCXXMemberOrOperatorMemberCallExpr() local
221 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()