Searched refs:ExprMutationAnalyzer (Results 1 – 4 of 4) sorted by relevance
246 class F = const Stmt *(ExprMutationAnalyzer::Analyzer::*)(const T *)>248 ExprMutationAnalyzer::Analyzer *Analyzer, F Finder) { in tryEachMatch()259 const Stmt *ExprMutationAnalyzer::Analyzer::findMutation(const Expr *Exp) { in findMutation()262 {&ExprMutationAnalyzer::Analyzer::findDirectMutation, in findMutation()263 &ExprMutationAnalyzer::Analyzer::findMemberMutation, in findMutation()264 &ExprMutationAnalyzer::Analyzer::findArrayElementMutation, in findMutation()265 &ExprMutationAnalyzer::Analyzer::findCastMutation, in findMutation()266 &ExprMutationAnalyzer::Analyzer::findRangeLoopMutation, in findMutation()267 &ExprMutationAnalyzer::Analyzer::findReferenceMutation, in findMutation()268 &ExprMutationAnalyzer::Analyzer::findFunctionArgMutation}, in findMutation()[all …]
21 class ExprMutationAnalyzer {83 ExprMutationAnalyzer(const Stmt &Stm, ASTContext &Context) in ExprMutationAnalyzer() function119 ExprMutationAnalyzer::Memoized &Memorized) { in getFunctionParmMutationAnalyzer()142 ExprMutationAnalyzer::Analyzer BodyAnalyzer;146 ExprMutationAnalyzer::Memoized &Memorized);
18 exclude header "clang/Analysis/Analyses/ExprMutationAnalyzer.h"
181 SRCS_MIN+= Analysis/ExprMutationAnalyzer.cpp