Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2356 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in getDevirtualizedMethod() local
2357 if (!BestDynamicDecl) in getDevirtualizedMethod()
2362 getCorrespondingMethodInClass(BestDynamicDecl); in getDevirtualizedMethod()
2382 if (BestDynamicDecl->isEffectivelyFinal()) in getDevirtualizedMethod()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp227 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in EmitCXXMemberOrOperatorMemberCallExpr() local
228 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()