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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2617 if (getInterestingSymbols().insert(sym).second)
2634 getInterestingSymbols().insert(SR->getSymbol());
2657 return getInterestingSymbols().count(sym);
2668 return getInterestingSymbols().count(SR->getSymbol());
2685 BugReport::Symbols &BugReport::getInterestingSymbols() { function in class:BugReport
2696 interestingSymbols.push_back(new Symbols(getInterestingSymbols()));

Completed in 113 milliseconds