Lines Matching defs:markInteresting
2256 "BugReport::markInteresting currently can only handle 2 different "
2261 void PathSensitiveBugReport::markInteresting(SymbolRef sym,
2271 markInteresting(meta->getRegion(), TKind);
2279 // The metadata part of markInteresting is not reversed here.
2286 void PathSensitiveBugReport::markInteresting(const MemRegion *R,
2295 markInteresting(SR->getSymbol(), TKind);
2309 void PathSensitiveBugReport::markInteresting(SVal V,
2311 markInteresting(V.getAsRegion(), TKind);
2312 markInteresting(V.getAsSymbol(), TKind);
2315 void PathSensitiveBugReport::markInteresting(const LocationContext *LC) {