Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Analysis/Analyses/
DExprMutationAnalyzer.h65 const Stmt *findCastMutation(const Expr *Exp);
/openbsd/src/gnu/llvm/clang/lib/Analysis/
DExprMutationAnalyzer.cpp152 &ExprMutationAnalyzer::findCastMutation, in findMutation()
412 const Stmt *ExprMutationAnalyzer::findCastMutation(const Expr *Exp) { in findCastMutation() function in clang::ExprMutationAnalyzer