clang 22.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 272 of file ExprMutationAnalyzer.cpp.
References findMutation().
Definition at line 259 of file ExprMutationAnalyzer.cpp.
Referenced by findMutation().
Definition at line 289 of file ExprMutationAnalyzer.cpp.
References findPointeeMutation().
Definition at line 277 of file ExprMutationAnalyzer.cpp.
Referenced by findPointeeMutation().