Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp149 if (Base->getBestDynamicClassType()->hasAttr<FinalAttr>()) in isVirtualCall()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp207 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in EmitCXXMemberOrOperatorMemberCallExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1977 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in getDevirtualizedMethod()
H A DExpr.cpp62 const CXXRecordDecl *Expr::getBestDynamicClassType() const { in getBestDynamicClassType() function in Expr
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h847 const CXXRecordDecl *getBestDynamicClassType() const;