Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp227 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in EmitCXXMemberOrOperatorMemberCallExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2356 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in getDevirtualizedMethod()
H A DExpr.cpp68 const CXXRecordDecl *Expr::getBestDynamicClassType() const { in getBestDynamicClassType() function in Expr
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1002 const CXXRecordDecl *getBestDynamicClassType() const;