Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h139 Regions &getInterestingRegions();
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2599 getInterestingRegions().insert(meta->getRegion()); in markInteresting()
2608 if (getInterestingRegions().insert(R).second) in markInteresting()
2642 bool b = getInterestingRegions().count(R); in isInteresting()
2668 BugReport::Regions &BugReport::getInterestingRegions() { in getInterestingRegions() function in BugReport
2675 interestingRegions.push_back(new Regions(getInterestingRegions())); in pushInterestingSymbolsAndRegions()