Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2227 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in getDevirtualizedMethod() local
2228 if (!BestDynamicDecl) in getDevirtualizedMethod()
2233 getCorrespondingMethodInClass(BestDynamicDecl); in getDevirtualizedMethod()
2253 if (BestDynamicDecl->isEffectivelyFinal()) in getDevirtualizedMethod()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp220 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in EmitCXXMemberOrOperatorMemberCallExpr() local
221 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()