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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp124 void markInteresting(BugReport *R, const AllocationPair &AP) const { function in class:__anon18200::MacOSKeychainAPIChecker
125 R->markInteresting(AP.first);
126 R->markInteresting(AP.second->Region);
275 markInteresting(Report, AP);
316 Report->markInteresting(AS->Region);
369 Report->markInteresting(AS->Region);
435 Report->markInteresting(AS->Region);
544 markInteresting(Report, AP);
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1265 R.markInteresting(ChildV);
1272 R.markInteresting(V);
2612 void BugReport::markInteresting(SymbolRef sym) { function in class:BugReport
2624 void BugReport::markInteresting(const MemRegion *R) { function in class:BugReport
2637 void BugReport::markInteresting(SVal V) { function in class:BugReport
2638 markInteresting(V.getAsRegion());
2639 markInteresting(V.getAsSymbol());
2642 void BugReport::markInteresting(const LocationContext *LC) { function in class:BugReport

Completed in 292 milliseconds