|
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 280 of file ExprMutationAnalyzer.cpp.
References findMutation().
Definition at line 267 of file ExprMutationAnalyzer.cpp.
Referenced by findMutation().
Definition at line 297 of file ExprMutationAnalyzer.cpp.
References findPointeeMutation().
Definition at line 285 of file ExprMutationAnalyzer.cpp.
Referenced by findPointeeMutation().