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

References

tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  872       C.getActivePath().push_front(generateDiagForGotoOP(C, S, Start));
  877     C.getActivePath().push_front(generateDiagForSwitchOP(C, Dst, Start));
  886     C.getActivePath().push_front(
  908     C.getActivePath().push_front(
  918     C.getActivePath().push_front(generateDiagForBinaryOP(C, T, Src, Dst));
  933       C.getActivePath().push_front(
  942       C.getActivePath().push_front(
  959       C.getActivePath().push_front(
  967       C.getActivePath().push_front(
  981       C.getActivePath().push_front(
  985       C.getActivePath().push_front(
 1141         addEdgeToPath(C.getActivePath(), PrevLoc,
 1151       Call = cast<PathDiagnosticCallPiece>(C.getActivePath().front().get());
 1156       Call = PathDiagnosticCallPiece::construct(C.getActivePath(), Caller);
 1157       assert(C.getActivePath().size() == 1 &&
 1158              C.getActivePath().front().get() == Call);
 1162       assert(C.isInLocCtxMap(&C.getActivePath()) &&
 1166       C.updateLocCtxMap(&C.getActivePath(), C.getCurrLocationContext());
 1204       addEdgeToPath(C.getActivePath(), PrevLoc, Call->callReturn);
 1209     C.getActivePath().push_front(std::move(Call));
 1227       addEdgeToPath(C.getActivePath(), PrevLoc, L);
 1258       addEdgeToPath(C.getActivePath(), PrevLoc, p->getLocation());
 1259       C.getActivePath().push_front(std::move(p));
 1262         addEdgeToPath(C.getActivePath(), PrevLoc,
 1299           addEdgeToPath(C.getActivePath(), PrevLoc, PE->getLocation());
 1300           C.getActivePath().push_front(std::move(PE));
 1305         addEdgeToPath(C.getActivePath(), PrevLoc, L);
 2035         addEdgeToPath(Construct.getActivePath(), PrevLoc, Note->getLocation());
 2037       Construct.getActivePath().push_front(Note);
 2047     addEdgeToPath(Construct.getActivePath(), PrevLoc,