Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h57 const Stmt *tryEachDeclRef(const Decl *Dec, MutationFinder Finder);
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp273 return tryEachDeclRef(Dec, &ExprMutationAnalyzer::Analyzer::findMutation); in findMutation()
290 return tryEachDeclRef(Dec, in findPointeeMutation()
314 ExprMutationAnalyzer::Analyzer::tryEachDeclRef(const Decl *Dec, in tryEachDeclRef() function in clang::ExprMutationAnalyzer::Analyzer