|
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 273 of file ExprMutationAnalyzer.cpp.
References findMutation().
Definition at line 260 of file ExprMutationAnalyzer.cpp.
Referenced by findMutation().
Definition at line 290 of file ExprMutationAnalyzer.cpp.
References findPointeeMutation().
Definition at line 278 of file ExprMutationAnalyzer.cpp.
Referenced by findPointeeMutation().