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
20 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h"
21 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
43 class BugReporter;
70 friend class BugReporter;
91 /// The stack is largely used by BugReporter when generating PathDiagnostics
98 /// The stack is largely used by BugReporter when generating PathDiagnostics
136 // Used internally by BugReporter.
347 friend class BugReporter;
385 class BugReporter { class in namespace:clang::ento
412 BugReporter(BugReporterData& d, Kind k) : BugTypes(F.getEmptySet()), kind(k), function in class:clang::ento::BugReporter
416 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 #define DEBUG_TYPE "BugReporter"
17 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
28 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
29 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
2493 void BugType::FlushReports(BugReporter &BR) {}
2710 // Methods for BugReporter and subclasses.
2722 BugReporter
[all...]

Completed in 73 milliseconds