Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h67 const Stmt *findReferenceMutation(const Expr *Exp);
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp154 &ExprMutationAnalyzer::findReferenceMutation, in findMutation()
512 const Stmt *ExprMutationAnalyzer::findReferenceMutation(const Expr *Exp) { in findReferenceMutation() function in clang::ExprMutationAnalyzer