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

References

tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 1197     assert(!C.isInLocCtxMap(&Call->path) &&
 1200     C.updateLocCtxMap(&Call->path, CE->getCalleeContext());
 1204       addEdgeToPath(C.getActivePath(), PrevLoc, Call->callReturn);
 1208     auto *P = Call.get();
 1209     C.getActivePath().push_front(std::move(Call));