Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp156 if (base->getBestDynamicClassType()->hasAttr<FinalAttr>()) in VisitCXXMemberCallExpr()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp143 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in EmitCXXMemberOrOperatorMemberCallExpr()
H A DCGClass.cpp2123 const CXXRecordDecl *MostDerivedClassDecl = Base->getBestDynamicClassType(); in CanDevirtualizeMemberFunctionCall()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h792 const CXXRecordDecl *getBestDynamicClassType() const;
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExpr.cpp39 const CXXRecordDecl *Expr::getBestDynamicClassType() const { in getBestDynamicClassType() function in Expr
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp12801 const CXXRecordDecl *MostDerivedClassDecl = Base->getBestDynamicClassType(); in MarkExprReferenced()