HomeSort by relevance Sort by last modified time
    Searched refs:BugTypes (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 339 // BugTypes (collections of related reports).
381 /// It collects the BugReports and BugTypes and knows how to generate
390 BugTypesTy BugTypes;
415 BugReporter(BugReporterData& d, Kind k) : BugTypes(F.getEmptySet()), kind(k),
419 BugReporter(BugReporterData& d) : BugTypes(F.getEmptySet()), kind(BaseBRKind),
436 /// \brief Iterator over the set of BugTypes tracked by the BugReporter.
438 iterator begin() { return BugTypes.begin(); }
439 iterator end() { return BugTypes.end(); }
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]

Completed in 57 milliseconds