Searched defs:getInterestingRegions (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2621 getInterestingRegions().insert(meta->getRegion());
2630 if (getInterestingRegions().insert(R).second)
2664 bool b = getInterestingRegions().count(R);
2690 BugReport::Regions &BugReport::getInterestingRegions() { function in class:BugReport
2697 interestingRegions.push_back(new Regions(getInterestingRegions()));

Completed in 659 milliseconds