Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp99 return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findMutation); in findMutation()
107 return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findPointeeMutation); in findPointeeMutation()
128 const Stmt *ExprMutationAnalyzer::tryEachDeclRef(const Decl *Dec, in tryEachDeclRef() function in clang::ExprMutationAnalyzer
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h50 const Stmt *tryEachDeclRef(const Decl *Dec, MutationFinder Finder);