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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2574 getInterestingRegions().insert(meta->getRegion());
2583 if (getInterestingRegions().insert(R).second)
2617 bool b = getInterestingRegions().count(R);
2643 BugReport::Regions &BugReport::getInterestingRegions() { function in class:BugReport
2650 interestingRegions.push_back(new Regions(getInterestingRegions()));

Completed in 121 milliseconds