Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2513 BugPathInfo CurrentBugPath; member in __anon921f85140211::BugPathGetter
2621 std::tie(CurrentBugPath.Report, OrigN) = ReportNodes.pop_back_val(); in getNextBugPath()
2643 CurrentBugPath.ErrorNode = NewN; in getNextBugPath()
2659 CurrentBugPath.BugPath = std::move(GNew); in getNextBugPath()
2661 return &CurrentBugPath; in getNextBugPath()