Home
last modified time | relevance | path

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

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