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

References

tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  857   const LocationContext *LC = C.getCurrLocationContext();
  871     if (const Stmt *S = C.getCurrentNode()->getNextStmtForDiagnostics())
  872       C.getActivePath().push_front(generateDiagForGotoOP(C, S, Start));
  872       C.getActivePath().push_front(generateDiagForGotoOP(C, S, Start));
  877     C.getActivePath().push_front(generateDiagForSwitchOP(C, Dst, Start));
  877     C.getActivePath().push_front(generateDiagForSwitchOP(C, Dst, Start));
  885     PathDiagnosticLocation End = ExecutionContinues(os, C);
  886     C.getActivePath().push_front(
  903     PathDiagnosticLocation End = ExecutionContinues(C);
  906       End = getEnclosingStmtLocation(S, C.getCurrLocationContext());
  908     C.getActivePath().push_front(
  915     if (!C.supportsLogicalOpControlFlow())
  918     C.getActivePath().push_front(generateDiagForBinaryOP(C, T, Src, Dst));
  918     C.getActivePath().push_front(generateDiagForBinaryOP(C, T, Src, Dst));
  928       PathDiagnosticLocation End = ExecutionContinues(os, C);
  931         End = getEnclosingStmtLocation(S, C.getCurrLocationContext());
  933       C.getActivePath().push_front(
  937       PathDiagnosticLocation End = ExecutionContinues(C);
  940         End = getEnclosingStmtLocation(S, C.getCurrLocationContext());
  942       C.getActivePath().push_front(
  955       PathDiagnosticLocation End = ExecutionContinues(os, C);
  957         End = getEnclosingStmtLocation(S, C.getCurrLocationContext());
  959       C.getActivePath().push_front(
  963       PathDiagnosticLocation End = ExecutionContinues(C);
  965         End = getEnclosingStmtLocation(S, C.getCurrLocationContext());
  967       C.getActivePath().push_front(
  975     PathDiagnosticLocation End = ExecutionContinues(C);
  978       End = getEnclosingStmtLocation(S, C.getCurrLocationContext());
  981       C.getActivePath().push_front(
  985       C.getActivePath().push_front(