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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h1 //===--- BugReporter.h - Generate PathDiagnostics --------------*- C++ -*-===//
10 // This file defines BugReporter, a utility class for generating
19 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h"
20 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
41 class BugReporter;
68 friend class BugReporter;
255 friend class BugReporter;
277 // BugReporter and friends.
289 /// BugReporter is a utility class for generating PathDiagnostics for analysis.
292 class BugReporter { class in namespace:clang::ento
313 BugReporter(BugReporterData& d, Kind k) : BugTypes(F.getEmptySet()), kind(k), function in class:clang::ento::BugReporter
317 BugReporter(BugReporterData& d) : BugTypes(F.getEmptySet()), kind(BaseBRKind), function in class:clang::ento::BugReporter
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp0 // BugReporter.cpp - Generate PathDiagnostics for Bugs ------------*- C++ -*--//
10 // This file defines BugReporter, a utility class for generating
15 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
16 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
26 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
1210 void BugType::FlushReports(BugReporter &BR) {}
1395 // Methods for BugReporter and subclasses.
1407 BugReporter::~BugReporter() {
[all...]

Completed in 124 milliseconds