Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h76 const Stmt *findPointeeToNonConst(const Expr *Exp);
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp283 &ExprMutationAnalyzer::Analyzer::findPointeeToNonConst, in findPointeeMutation()
756 ExprMutationAnalyzer::Analyzer::findPointeeToNonConst(const Expr *Exp) { in findPointeeToNonConst() function in clang::ExprMutationAnalyzer::Analyzer