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

References

tools/clang/lib/Analysis/RetainSummaryManager.cpp
  994   if (!MD)
 1001   if (hasAnyEnabledAttrOf<NSConsumesSelfAttr>(MD, MD->getReturnType()))
 1001   if (hasAnyEnabledAttrOf<NSConsumesSelfAttr>(MD, MD->getReturnType()))
 1006   for (auto pi = MD->param_begin(), pe = MD->param_end(); pi != pe;
 1006   for (auto pi = MD->param_begin(), pe = MD->param_end(); pi != pe;
 1008     applyParamAnnotationEffect(*pi, parm_idx, MD, Template);
 1010   QualType RetTy = MD->getReturnType();
 1011   if (Optional<RetEffect> RetE = getRetEffectFromAnnotations(RetTy, MD))