Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h51 const Stmt *tryEachDeclRef(const Decl *Dec, MutationFinder Finder);
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp160 return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findMutation); in findMutation()
168 return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findPointeeMutation); in findPointeeMutation()
189 const Stmt *ExprMutationAnalyzer::tryEachDeclRef(const Decl *Dec, in tryEachDeclRef() function in clang::ExprMutationAnalyzer