Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h48 const Stmt *findMutationMemoized(const Expr *Exp,
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp203 return findMutationMemoized(Exp, in findMutation()
219 return findMutationMemoized(Exp, {/*TODO*/}, PointeeResults); in findPointeeMutation()
226 const Stmt *ExprMutationAnalyzer::findMutationMemoized( in findMutationMemoized() function in clang::ExprMutationAnalyzer