Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h61 const Stmt *findMemberMutation(const Expr *Exp);
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp145 &ExprMutationAnalyzer::findMemberMutation, in findMutation()
376 const Stmt *ExprMutationAnalyzer::findMemberMutation(const Expr *Exp) { in findMemberMutation() function in clang::ExprMutationAnalyzer