clang 20.0.0git
|
#include "clang/Analysis/Analyses/ExprMutationAnalyzer.h"
Public Member Functions | |
bool | isMutated (const ParmVarDecl *Parm) |
const Stmt * | findMutation (const ParmVarDecl *Parm) |
Static Public Member Functions | |
static FunctionParmMutationAnalyzer * | getFunctionParmMutationAnalyzer (const FunctionDecl &Func, ASTContext &Context, ExprMutationAnalyzer::Memoized &Memorized) |
Definition at line 111 of file ExprMutationAnalyzer.h.
const Stmt * clang::FunctionParmMutationAnalyzer::findMutation | ( | const ParmVarDecl * | Parm | ) |
Definition at line 665 of file ExprMutationAnalyzer.cpp.
References clang::ExprMutationAnalyzer::Analyzer::findMutation().
Referenced by isMutated().
|
inlinestatic |
Definition at line 114 of file ExprMutationAnalyzer.h.
References clang::Func, and clang::ExprMutationAnalyzer::Memoized::FuncParmAnalyzer.
|
inline |
Definition at line 132 of file ExprMutationAnalyzer.h.
References findMutation().