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

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  464   if (auto CE = N->getLocationAs<CallExitBegin>())
  465     if (auto PD = annotateConsumedSummaryMismatch(N, *CE, SM, CEMgr))
  468   if (auto PD = annotateStartParameter(N, Sym, SM))
  473   if (!N->getLocation().getAs<StmtPoint>())
  477   const ExplodedNode *PrevNode = N->getFirstPred();
  479   ProgramStateRef CurrSt = N->getState();
  480   const LocationContext *LCtx = N->getLocationContext();
  496     auto Pos = PathDiagnosticLocation::create(N->getLocation(), SM);
  503     const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt();
  538     PathDiagnosticLocation Pos(S, SM, N->getLocationContext());
  546   const ProgramPointTag *Tag = N->getLocation().getTag();
  555     const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt();
  589   const Stmt *S = N->getLocation().castAs<StmtPoint>().getStmt();
  591                                 N->getLocationContext());