Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h66 const Stmt *findFunctionArgMutation(const Expr *Exp);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp150 &ExprMutationAnalyzer::findFunctionArgMutation}, in findMutation()
534 const Stmt *ExprMutationAnalyzer::findFunctionArgMutation(const Expr *Exp) { in findFunctionArgMutation() function in clang::ExprMutationAnalyzer