clang 20.0.0git
|
#include "clang/AST/Attr.h"
#include "clang/AST/DeclCXX.h"
#include "clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h"
#include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
#include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
#include "clang/StaticAnalyzer/Core/Checker.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h"
Go to the source code of this file.
Classes | |
struct | llvm::FoldingSetTrait< ObjectState > |
Namespaces | |
namespace | llvm |
Diagnostic wrappers for TextAPI types for error reporting. | |
Functions | |
static bool | isVirtualCall (const CallExpr *CE) |
Definition at line 63 of file VirtualCallChecker.cpp.
References clang::CXXMethodDecl::getParent(), clang::Decl::hasAttr(), and clang::CXXMethodDecl::isVirtual().