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

References

tools/clang/include/clang/Analysis/RetainSummaryManager.h
  399     MapTy::iterator I = M.find(K);
  401     if (I != M.end())
  413       if ((I = M.find(ObjCSummaryKey(C, S))) != M.end())
  413       if ((I = M.find(ObjCSummaryKey(C, S))) != M.end())
  423     M[K] = Summ;
  430     MapTy::iterator I = M.find(ObjCSummaryKey(II, S));
  432     if (I == M.end())
  433       I = M.find(ObjCSummaryKey(S));
  435     return I == M.end() ? nullptr : I->second;
  439     return M[K];
  443     return M[ ObjCSummaryKey(S) ];