Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2524 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in getDevirtualizedMethod() local
2525 if (!BestDynamicDecl) in getDevirtualizedMethod()
2530 getCorrespondingMethodInClass(BestDynamicDecl); in getDevirtualizedMethod()
2550 if (BestDynamicDecl->isEffectivelyFinal()) in getDevirtualizedMethod()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp230 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in EmitCXXMemberOrOperatorMemberCallExpr() local
231 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()