Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp734 RegionVector RegionSequence; in prettyPrintRegionName() local
740 RegionSequence.push_back(R); in prettyPrintRegionName()
743 std::reverse(RegionSequence.begin(), RegionSequence.end()); in prettyPrintRegionName()
744 RegionSequence.append(FieldChain.begin(), FieldChain.end()); in prettyPrintRegionName()
747 for (const MemRegion *R : RegionSequence) { in prettyPrintRegionName()