Home
last modified time | relevance | path

Searched refs:findFunctionArgMutation (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h68 const Stmt *findFunctionArgMutation(const Expr *Exp);
/llvm-project-15.0.7/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp155 &ExprMutationAnalyzer::findFunctionArgMutation}, in findMutation()
546 const Stmt *ExprMutationAnalyzer::findFunctionArgMutation(const Expr *Exp) { in findFunctionArgMutation() function in clang::ExprMutationAnalyzer