Home
last modified time | relevance | path

Searched refs:BugPathInfo (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2472 class BugPathInfo { class
2495 BugPathInfo CurrentBugPath;
2529 BugPathInfo *getNextBugPath();
2598 BugPathInfo *BugPathGetter::getNextBugPath() { in getNextBugPath()
2804 while (BugPathInfo *BugPath = BugGraph.getNextBugPath()) { in findValidReport()