Home | History | Annotate | Download | only in Core

Lines Matching defs:markInteresting

1257           R.markInteresting(ChildV);
1264 R.markInteresting(V);
2590 void BugReport::markInteresting(SymbolRef sym) {
2602 void BugReport::markInteresting(const MemRegion *R) {
2615 void BugReport::markInteresting(SVal V) {
2616 markInteresting(V.getAsRegion());
2617 markInteresting(V.getAsSymbol());
2620 void BugReport::markInteresting(const LocationContext *LC) {