Searched refs:ExprMutationAnalyzer (Results 1 – 4 of 4) sorted by relevance
191 ExprMutationAnalyzer *Analyzer, F Finder) { in tryEachMatch()202 const Stmt *ExprMutationAnalyzer::findMutation(const Expr *Exp) { in findMutation()214 const Stmt *ExprMutationAnalyzer::findMutation(const Decl *Dec) { in findMutation()215 return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findMutation); in findMutation()226 const Stmt *ExprMutationAnalyzer::findMutationMemoized( in findMutationMemoized()244 const Stmt *ExprMutationAnalyzer::tryEachDeclRef(const Decl *Dec, in tryEachDeclRef()296 bool ExprMutationAnalyzer::isUnevaluated(const Expr *Exp) { in isUnevaluated()301 ExprMutationAnalyzer::findExprMutation(ArrayRef<BoundNodes> Matches) { in findExprMutation()310 const Stmt *ExprMutationAnalyzer::findExprPointeeMutation( in findExprPointeeMutation()316 const Stmt *ExprMutationAnalyzer::findDeclPointeeMutation( in findDeclPointeeMutation()[all …]
23 class ExprMutationAnalyzer {25 ExprMutationAnalyzer(const Stmt &Stm, ASTContext &Context) in ExprMutationAnalyzer() function45 using MutationFinder = const Stmt *(ExprMutationAnalyzer::*)(const Expr *);91 ExprMutationAnalyzer BodyAnalyzer;
18 exclude header "clang/Analysis/Analyses/ExprMutationAnalyzer.h"
172 SRCS_MIN+= Analysis/ExprMutationAnalyzer.cpp