Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h67 const Stmt *findFunctionArgMutation(const Expr *Exp);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp94 &ExprMutationAnalyzer::findFunctionArgMutation}, in findMutation()
365 const Stmt *ExprMutationAnalyzer::findFunctionArgMutation(const Expr *Exp) { in findFunctionArgMutation() function in clang::ExprMutationAnalyzer