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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp123 void markInteresting(BugReport *R, const AllocationPair &AP) const { function in class:__anon1673::MacOSKeychainAPIChecker
124 R->markInteresting(AP.first);
125 R->markInteresting(AP.second->Region);
265 markInteresting(Report.get(), AP);
310 Report->markInteresting(AS->Region);
367 Report->markInteresting(AS->Region);
433 Report->markInteresting(AS->Region);
544 markInteresting(Report.get(), AP);
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1257 R.markInteresting(ChildV);
1264 R.markInteresting(V);
2590 void BugReport::markInteresting(SymbolRef sym) { function in class:BugReport
2602 void BugReport::markInteresting(const MemRegion *R) { function in class:BugReport
2615 void BugReport::markInteresting(SVal V) { function in class:BugReport
2616 markInteresting(V.getAsRegion());
2617 markInteresting(V.getAsSymbol());
2620 void BugReport::markInteresting(const LocationContext *LC) { function in class:BugReport

Completed in 153 milliseconds