Searched refs:getBestDynamicClassType (Results 1 – 6 of 6) sorted by relevance
156 if (base->getBestDynamicClassType()->hasAttr<FinalAttr>()) in VisitCXXMemberCallExpr()
143 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in EmitCXXMemberOrOperatorMemberCallExpr()
2851 const CXXRecordDecl *MostDerivedClassDecl = Base->getBestDynamicClassType(); in CanDevirtualizeMemberFunctionCall()
39 const CXXRecordDecl *Expr::getBestDynamicClassType() const { in getBestDynamicClassType() function in Expr
824 const CXXRecordDecl *getBestDynamicClassType() const;
14014 const CXXRecordDecl *MostDerivedClassDecl = Base->getBestDynamicClassType(); in MarkExprReferenced()