Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h51 const Stmt *tryEachDeclRef(const Decl *Dec, MutationFinder Finder);
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp215 return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findMutation); in findMutation()
223 return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findPointeeMutation); in findPointeeMutation()
244 const Stmt *ExprMutationAnalyzer::tryEachDeclRef(const Decl *Dec, in tryEachDeclRef() function in clang::ExprMutationAnalyzer