clang 20.0.0git
|
#include "clang/Analysis/Analyses/ExprMutationAnalyzer.h"
Public Member Functions | |
Analyzer (const Stmt &Stm, ASTContext &Context, Memoized &Memorized) | |
const Stmt * | findMutation (const Expr *Exp) |
const Stmt * | findMutation (const Decl *Dec) |
const Stmt * | findPointeeMutation (const Expr *Exp) |
const Stmt * | findPointeeMutation (const Decl *Dec) |
Definition at line 41 of file ExprMutationAnalyzer.h.
|
inline |
Definition at line 42 of file ExprMutationAnalyzer.h.
Definition at line 203 of file ExprMutationAnalyzer.cpp.
References findMutation().
Definition at line 190 of file ExprMutationAnalyzer.cpp.
References clang::ExprMutationAnalyzer::Memoized::Results.
Referenced by findMutation(), clang::ExprMutationAnalyzer::findMutation(), and clang::FunctionParmMutationAnalyzer::findMutation().
Definition at line 213 of file ExprMutationAnalyzer.cpp.
References findPointeeMutation().
Definition at line 208 of file ExprMutationAnalyzer.cpp.
References clang::ExprMutationAnalyzer::Memoized::PointeeResults.
Referenced by findPointeeMutation(), and clang::ExprMutationAnalyzer::findPointeeMutation().