Home
last modified time | relevance | path

Searched refs:ExprMutationAnalyzer (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp190 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 …]
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h21 class ExprMutationAnalyzer {
83 ExprMutationAnalyzer(const Stmt &Stm, ASTContext &Context) in ExprMutationAnalyzer() function
120 ExprMutationAnalyzer::Memoized &Memorized) { in getFunctionParmMutationAnalyzer()
138 ExprMutationAnalyzer::Analyzer BodyAnalyzer;
142 ExprMutationAnalyzer::Memoized &Memorized);
/freebsd/contrib/llvm-project/clang/include/
H A Dmodule.modulemap18 exclude header "clang/Analysis/Analyses/ExprMutationAnalyzer.h"
/freebsd/lib/clang/libclang/
H A DMakefile175 SRCS_MIN+= Analysis/ExprMutationAnalyzer.cpp