Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2595 if (getInterestingSymbols().insert(sym).second) in markInteresting()
2612 getInterestingSymbols().insert(SR->getSymbol()); in markInteresting()
2635 return getInterestingSymbols().count(sym); in isInteresting()
2646 return getInterestingSymbols().count(SR->getSymbol()); in isInteresting()
2663 BugReport::Symbols &BugReport::getInterestingSymbols() { in getInterestingSymbols() function in BugReport
2674 interestingSymbols.push_back(new Symbols(getInterestingSymbols())); in pushInterestingSymbolsAndRegions()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h138 Symbols &getInterestingSymbols();