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

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  505     if (isa<ObjCIvarRefExpr>(S) &&
  507       S = LCtx->getStackFrame()->getCallSite();
  510     if (isa<ObjCArrayLiteral>(S)) {
  512     } else if (isa<ObjCDictionaryLiteral>(S)) {
  514     } else if (const ObjCBoxedExpr *BL = dyn_cast<ObjCBoxedExpr>(S)) {
  532     } else if (isa<ObjCIvarRefExpr>(S)) {
  535       generateDiagnosticsForCallLike(CurrSt, LCtx, CurrV, Sym, S, os);
  538     PathDiagnosticLocation Pos(S, SM, N->getLocationContext());