Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2521 BugPathInfo CurrentBugPath; member in __anonc8f820770211::BugPathGetter
2629 std::tie(CurrentBugPath.Report, OrigN) = ReportNodes.pop_back_val(); in getNextBugPath()
2651 CurrentBugPath.ErrorNode = NewN; in getNextBugPath()
2667 CurrentBugPath.BugPath = std::move(GNew); in getNextBugPath()
2669 return &CurrentBugPath; in getNextBugPath()