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.cpp246 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 …]
/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
119 ExprMutationAnalyzer::Memoized &Memorized) { in getFunctionParmMutationAnalyzer()
142 ExprMutationAnalyzer::Analyzer BodyAnalyzer;
146 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 DMakefile181 SRCS_MIN+= Analysis/ExprMutationAnalyzer.cpp