|
clang 22.0.0git
|
#include "clang/AST/ExprObjC.h"#include "clang/Basic/TargetInfo.h"#include "clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h"#include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"#include "clang/StaticAnalyzer/Core/Checker.h"#include "clang/StaticAnalyzer/Core/CheckerManager.h"#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h"#include "llvm/Support/FormatVariadic.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Classes | |
| struct | llvm::format_provider< ValueDescStr > |
Namespaces | |
| namespace | llvm |
| Diagnostic wrappers for TextAPI types for error reporting. | |
Functions | |
| static const Expr * | getDereferenceExpr (const Stmt *S, bool IsBind=false) |
| static bool | isDeclRefExprToReference (const Expr *E) |
Definition at line 135 of file DereferenceChecker.cpp.
References clang::ast_matchers::expr, clang::Init, and clang::ento::parseAssignment().
Definition at line 186 of file DereferenceChecker.cpp.