clang 19.0.0git
Functions
DereferenceChecker.cpp File Reference
#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 ExprgetDereferenceExpr (const Stmt *S, bool IsBind=false)
 
static bool isDeclRefExprToReference (const Expr *E)
 

Function Documentation

◆ getDereferenceExpr()

static const Expr * getDereferenceExpr ( const Stmt S,
bool  IsBind = false 
)
static

◆ isDeclRefExprToReference()

static bool isDeclRefExprToReference ( const Expr E)
static

Definition at line 148 of file DereferenceChecker.cpp.