Home
last modified time | relevance | path

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

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