Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp2273 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in getDevirtualizedMethod() local
2274 if (!BestDynamicDecl) in getDevirtualizedMethod()
2279 getCorrespondingMethodInClass(BestDynamicDecl); in getDevirtualizedMethod()
2299 if (BestDynamicDecl->isEffectivelyFinal()) in getDevirtualizedMethod()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprCXX.cpp222 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in EmitCXXMemberOrOperatorMemberCallExpr() local
223 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()