Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDBugReporter.cpp2597 if (getInterestingSymbols().insert(sym).second) in markInteresting()
2614 getInterestingSymbols().insert(SR->getSymbol()); in markInteresting()
2637 return getInterestingSymbols().count(sym); in isInteresting()
2648 return getInterestingSymbols().count(SR->getSymbol()); in isInteresting()
2665 BugReport::Symbols &BugReport::getInterestingSymbols() { in getInterestingSymbols() function in BugReport
2676 interestingSymbols.push_back(new Symbols(getInterestingSymbols())); in pushInterestingSymbolsAndRegions()
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDBugReporter.h138 Symbols &getInterestingSymbols();