Searched refs:ExprMutationAnalyzer (Results 1 – 4 of 4) sorted by relevance
131 ExprMutationAnalyzer *Analyzer, F Finder) { in tryEachMatch()142 const Stmt *ExprMutationAnalyzer::findMutation(const Expr *Exp) { in findMutation()147 &ExprMutationAnalyzer::findCastMutation, in findMutation()154 const Stmt *ExprMutationAnalyzer::findMutation(const Decl *Dec) { in findMutation()155 return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findMutation); in findMutation()166 const Stmt *ExprMutationAnalyzer::findMutationMemoized( in findMutationMemoized()184 const Stmt *ExprMutationAnalyzer::tryEachDeclRef(const Decl *Dec, in tryEachDeclRef()197 bool ExprMutationAnalyzer::isUnevaluated(const Expr *Exp) { in isUnevaluated()238 const Stmt *ExprMutationAnalyzer::findExprPointeeMutation( in findExprPointeeMutation()244 const Stmt *ExprMutationAnalyzer::findDeclPointeeMutation( in findDeclPointeeMutation()[all …]
23 class ExprMutationAnalyzer {25 ExprMutationAnalyzer(const Stmt &Stm, ASTContext &Context) in ExprMutationAnalyzer() function43 using MutationFinder = const Stmt *(ExprMutationAnalyzer::*)(const Expr *);89 ExprMutationAnalyzer BodyAnalyzer;
13 exclude header "Analysis/Analyses/ExprMutationAnalyzer.h"
163 SRCS_MIN+= Analysis/ExprMutationAnalyzer.cpp