clang 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
clang::ExprMutationAnalyzer::Analyzer Struct Reference

#include "clang/Analysis/Analyses/ExprMutationAnalyzer.h"

Public Member Functions

 Analyzer (const Stmt &Stm, ASTContext &Context, Memoized &Memorized)
 
const StmtfindMutation (const Expr *Exp)
 
const StmtfindMutation (const Decl *Dec)
 
const StmtfindPointeeMutation (const Expr *Exp)
 
const StmtfindPointeeMutation (const Decl *Dec)
 

Static Public Member Functions

static bool isUnevaluated (const Stmt *Smt, const Stmt &Stm, ASTContext &Context)
 

Detailed Description

Definition at line 41 of file ExprMutationAnalyzer.h.

Constructor & Destructor Documentation

◆ Analyzer()

clang::ExprMutationAnalyzer::Analyzer::Analyzer ( const Stmt Stm,
ASTContext Context,
Memoized Memorized 
)
inline

Definition at line 42 of file ExprMutationAnalyzer.h.

Member Function Documentation

◆ findMutation() [1/2]

const Stmt * clang::ExprMutationAnalyzer::Analyzer::findMutation ( const Decl Dec)

Definition at line 216 of file ExprMutationAnalyzer.cpp.

References findMutation().

◆ findMutation() [2/2]

const Stmt * clang::ExprMutationAnalyzer::Analyzer::findMutation ( const Expr Exp)

◆ findPointeeMutation() [1/2]

const Stmt * clang::ExprMutationAnalyzer::Analyzer::findPointeeMutation ( const Decl Dec)

Definition at line 226 of file ExprMutationAnalyzer.cpp.

References findPointeeMutation().

◆ findPointeeMutation() [2/2]

const Stmt * clang::ExprMutationAnalyzer::Analyzer::findPointeeMutation ( const Expr Exp)

◆ isUnevaluated()

bool clang::ExprMutationAnalyzer::Analyzer::isUnevaluated ( const Stmt Smt,
const Stmt Stm,
ASTContext Context 
)
static

The documentation for this struct was generated from the following files: