Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclCXX.cpp2119 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in getDevirtualizedMethod() local
2120 if (!BestDynamicDecl) in getDevirtualizedMethod()
2125 getCorrespondingMethodInClass(BestDynamicDecl); in getDevirtualizedMethod()
2145 if (BestDynamicDecl->hasAttr<FinalAttr>()) in getDevirtualizedMethod()
2147 if (const auto *dtor = BestDynamicDecl->getDestructor()) { in getDevirtualizedMethod()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprCXX.cpp219 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in EmitCXXMemberOrOperatorMemberCallExpr() local
220 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()