Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h319 InterestingRegions; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2296 insertToInterestingnessMap(InterestingRegions, R, TKind); in markInteresting()
2307 InterestingRegions.erase(R); in markNotInteresting()
2368 auto It = InterestingRegions.find(R); in getInterestingnessKind()
2369 if (It != InterestingRegions.end()) in getInterestingnessKind()