Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h49 const Stmt *tryEachDeclRef(const Decl *Dec, MutationFinder Finder);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp155 return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findMutation); in findMutation()
163 return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findPointeeMutation); in findPointeeMutation()
184 const Stmt *ExprMutationAnalyzer::tryEachDeclRef(const Decl *Dec, in tryEachDeclRef() function in clang::ExprMutationAnalyzer