Home
last modified time | relevance | path

Searched refs:getBestDynamicClassType (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DVirtualCallChecker.cpp156 if (base->getBestDynamicClassType()->hasAttr<FinalAttr>()) in VisitCXXMemberCallExpr()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DVirtualCallChecker.cpp74 if (Base->getBestDynamicClassType()->hasAttr<FinalAttr>()) in REGISTER_MAP_WITH_PROGRAMSTATE()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp143 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in EmitCXXMemberOrOperatorMemberCallExpr()
DCGClass.cpp2851 const CXXRecordDecl *MostDerivedClassDecl = Base->getBestDynamicClassType(); in CanDevirtualizeMemberFunctionCall()
/external/llvm-project/clang/lib/CodeGen/
DCGExprCXX.cpp219 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in EmitCXXMemberOrOperatorMemberCallExpr()
/external/llvm-project/clang/lib/AST/
DDeclCXX.cpp2221 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in getDevirtualizedMethod()
DExpr.cpp65 const CXXRecordDecl *Expr::getBestDynamicClassType() const { in getBestDynamicClassType() function in Expr
/external/clang/lib/AST/
DExpr.cpp39 const CXXRecordDecl *Expr::getBestDynamicClassType() const { in getBestDynamicClassType() function in Expr
/external/clang/include/clang/AST/
DExpr.h824 const CXXRecordDecl *getBestDynamicClassType() const;
/external/llvm-project/clang/include/clang/AST/
DExpr.h952 const CXXRecordDecl *getBestDynamicClassType() const;
/external/clang/lib/Sema/
DSemaExpr.cpp14014 const CXXRecordDecl *MostDerivedClassDecl = Base->getBestDynamicClassType(); in MarkExprReferenced()