Searched refs:applyParamAnnotationEffect (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | RetainSummaryManager.cpp | 907 bool RetainSummaryManager::applyParamAnnotationEffect( in applyParamAnnotationEffect() function in RetainSummaryManager 962 if (applyParamAnnotationEffect(OP, parm_idx, OD, Template)) in applyParamAnnotationEffect() 983 applyParamAnnotationEffect(*pi, parm_idx, FD, Template); in updateSummaryFromAnnotations() 1010 applyParamAnnotationEffect(*pi, parm_idx, MD, Template); in updateSummaryFromAnnotations()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
H A D | RetainSummaryManager.h | 619 bool applyParamAnnotationEffect(const ParmVarDecl *pd, unsigned parm_idx,
|