Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2525 BugPathInfo CurrentBugPath; member in __anonc89c4a160211::BugPathGetter
2633 std::tie(CurrentBugPath.Report, OrigN) = ReportNodes.pop_back_val(); in getNextBugPath()
2654 CurrentBugPath.ErrorNode = NewN; in getNextBugPath()
2670 CurrentBugPath.BugPath = std::move(GNew); in getNextBugPath()
2672 return &CurrentBugPath; in getNextBugPath()