clang 20.0.0git
|
#include "clang/AST/ExprObjC.h"
#include "clang/AST/ExprOpenMP.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/ADT/SmallString.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Functions | |
static const Expr * | getDereferenceExpr (const Stmt *S, bool IsBind=false) |
static bool | isDeclRefExprToReference (const Expr *E) |
Definition at line 101 of file DereferenceChecker.cpp.
References E, clang::ast_matchers::expr, clang::Init, and clang::ento::parseAssignment().
Definition at line 150 of file DereferenceChecker.cpp.
References E.