Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h60 findDeclPointeeMutation(ArrayRef<ast_matchers::BoundNodes> Matches);
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp316 const Stmt *ExprMutationAnalyzer::findDeclPointeeMutation( in findDeclPointeeMutation() function in clang::ExprMutationAnalyzer