Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp74 if (Base->getBestDynamicClassType()->hasAttr<FinalAttr>()) in REGISTER_MAP_WITH_PROGRAMSTATE()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp220 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in EmitCXXMemberOrOperatorMemberCallExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp2241 const CXXRecordDecl *BestDynamicDecl = Base->getBestDynamicClassType(); in getDevirtualizedMethod()
H A DExpr.cpp66 const CXXRecordDecl *Expr::getBestDynamicClassType() const { in getBestDynamicClassType() function in Expr
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h952 const CXXRecordDecl *getBestDynamicClassType() const;