Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h62 const Stmt *findDirectMutation(const Expr *Exp);
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp149 {&ExprMutationAnalyzer::findDirectMutation, in findMutation()
260 const Stmt *ExprMutationAnalyzer::findDirectMutation(const Expr *Exp) { in findDirectMutation() function in clang::ExprMutationAnalyzer