Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2495 BugPathInfo CurrentBugPath; member in __anon21c281ab0211::BugPathGetter
2603 std::tie(CurrentBugPath.Report, OrigN) = ReportNodes.pop_back_val(); in getNextBugPath()
2625 CurrentBugPath.ErrorNode = NewN; in getNextBugPath()
2641 CurrentBugPath.BugPath = std::move(GNew); in getNextBugPath()
2643 return &CurrentBugPath; in getNextBugPath()