Searched refs:ExprMutationAnalyzer (Results 1 – 4 of 4) sorted by relevance
190 class F = const Stmt *(ExprMutationAnalyzer::Analyzer::*)(const T *)>192 ExprMutationAnalyzer::Analyzer *Analyzer, F Finder) { in tryEachMatch()203 const Stmt *ExprMutationAnalyzer::Analyzer::findMutation(const Expr *Exp) { in findMutation()206 {&ExprMutationAnalyzer::Analyzer::findDirectMutation, in findMutation()207 &ExprMutationAnalyzer::Analyzer::findMemberMutation, in findMutation()208 &ExprMutationAnalyzer::Analyzer::findArrayElementMutation, in findMutation()209 &ExprMutationAnalyzer::Analyzer::findCastMutation, in findMutation()210 &ExprMutationAnalyzer::Analyzer::findRangeLoopMutation, in findMutation()211 &ExprMutationAnalyzer::Analyzer::findReferenceMutation, in findMutation()212 &ExprMutationAnalyzer::Analyzer::findFunctionArgMutation}, in findMutation()[all …]
21 class ExprMutationAnalyzer {83 ExprMutationAnalyzer(const Stmt &Stm, ASTContext &Context) in ExprMutationAnalyzer() function120 ExprMutationAnalyzer::Memoized &Memorized) { in getFunctionParmMutationAnalyzer()138 ExprMutationAnalyzer::Analyzer BodyAnalyzer;142 ExprMutationAnalyzer::Memoized &Memorized);
18 exclude header "clang/Analysis/Analyses/ExprMutationAnalyzer.h"
175 SRCS_MIN+= Analysis/ExprMutationAnalyzer.cpp