clang 22.0.0git
DereferenceChecker.cpp File Reference

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 ExprgetDereferenceExpr (const Stmt *S, bool IsBind=false)
static bool isDeclRefExprToReference (const Expr *E)

Function Documentation

◆ getDereferenceExpr()

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

◆ isDeclRefExprToReference()

bool isDeclRefExprToReference ( const Expr * E)
static

Definition at line 186 of file DereferenceChecker.cpp.