Home
last modified time | relevance | path

Searched refs:findDirectMutation (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h66 const Stmt *findDirectMutation(const Expr *Exp);
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp262 {&ExprMutationAnalyzer::Analyzer::findDirectMutation, in findMutation()
384 ExprMutationAnalyzer::Analyzer::findDirectMutation(const Expr *Exp) { in findDirectMutation() function in clang::ExprMutationAnalyzer::Analyzer