Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1977 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in getDevirtualizedMethod() local
1978 if (!BestDynamicDecl) in getDevirtualizedMethod()
1983 getCorrespondingMethodInClass(BestDynamicDecl); in getDevirtualizedMethod()
1997 if (BestDynamicDecl->hasAttr<FinalAttr>()) in getDevirtualizedMethod()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp207 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in EmitCXXMemberOrOperatorMemberCallExpr() local
208 DevirtualizedMethod = MD->getCorrespondingMethodInClass(BestDynamicDecl); in EmitCXXMemberOrOperatorMemberCallExpr()