Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2541 BugPathInfo CurrentBugPath; member in __anon2f4a13600211::BugPathGetter
2649 std::tie(CurrentBugPath.Report, OrigN) = ReportNodes.pop_back_val(); in getNextBugPath()
2670 CurrentBugPath.ErrorNode = NewN; in getNextBugPath()
2686 CurrentBugPath.BugPath = std::move(GNew); in getNextBugPath()
2688 return &CurrentBugPath; in getNextBugPath()