Home
last modified time | relevance | path

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

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