reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Analysis/RetainSummaryManager.h
  619   bool applyParamAnnotationEffect(const ParmVarDecl *pd, unsigned parm_idx,

References

tools/clang/lib/Analysis/RetainSummaryManager.cpp
  960       if (applyParamAnnotationEffect(OP, parm_idx, OD, Template))
  981     applyParamAnnotationEffect(*pi, parm_idx, FD, Template);
 1008     applyParamAnnotationEffect(*pi, parm_idx, MD, Template);