Home
last modified time | relevance | path

Searched defs:findPointeeMutation (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h97 const Stmt *findPointeeMutation(const Expr *Exp) { in findPointeeMutation() function
100 const Stmt *findPointeeMutation(const Decl *Dec) { in findPointeeMutation() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp221 ExprMutationAnalyzer::Analyzer::findPointeeMutation(const Expr *Exp) { in findPointeeMutation() function in clang::ExprMutationAnalyzer::Analyzer
226 ExprMutationAnalyzer::Analyzer::findPointeeMutation(const Decl *Dec) { in findPointeeMutation() function in clang::ExprMutationAnalyzer::Analyzer