Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h791 const MemRegion *MatchedRegion, StringRef FirstElement,
795 const MemRegion *MatchedRegion,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp696 const RegionVector &FieldChain, const MemRegion *MatchedRegion, in maybeEmitNote() argument
714 if (!prettyPrintRegionName(FieldChain, MatchedRegion, FirstElement, in maybeEmitNote()
725 const MemRegion *MatchedRegion, in prettyPrintRegionName() argument
737 assert(RegionOfInterest->isSubRegionOf(MatchedRegion)); in prettyPrintRegionName()
739 while (R != MatchedRegion) { in prettyPrintRegionName()