Searched refs:BugTypes (Results 1 – 2 of 2) sorted by relevance
420 BugTypesTy BugTypes; variable442 : BugTypes(F.getEmptySet()), kind(k), D(d) {} in BugReporter()446 : BugTypes(F.getEmptySet()), kind(BaseBRKind), D(d) {} in BugReporter()464 iterator begin() { return BugTypes.begin(); } in begin()465 iterator end() { return BugTypes.end(); } in end()
2248 if (BugTypes.isEmpty()) in FlushReports()2263 BugTypes = F.getEmptySet(); in FlushReports()2688 BugTypes = F.add(BugTypes, BT); in Register()