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.h70 const Stmt *findDirectMutation(const Expr *Exp);
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp206 {&ExprMutationAnalyzer::Analyzer::findDirectMutation, in findMutation()
334 ExprMutationAnalyzer::Analyzer::findDirectMutation(const Expr *Exp) { in findDirectMutation() function in clang::ExprMutationAnalyzer::Analyzer