Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h68 const Stmt *findFunctionArgMutation(const Expr *Exp);
/openbsd-src/gnu/llvm/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