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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitor.h1 //===--- BugReporterVisitor.h - Generate PathDiagnostics -------*- C++ -*-===//
38 class BugReporterVisitor : public llvm::FoldingSetNode { class in namespace:clang::ento
40 virtual ~BugReporterVisitor();
51 virtual BugReporterVisitor *clone() const = 0;
84 /// BugReporterVisitor, subclass BugReporterVisitorImpl and provide a public
91 class BugReporterVisitorImpl : public BugReporterVisitor {
92 BugReporterVisitor *clone() const override {
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp49 BugReporterVisitor::~BugReporterVisitor() {}
505 ArrayRef<BugReporterVisitor *> visitors) {
514 for (ArrayRef<BugReporterVisitor *>::iterator I = visitors.begin(),
563 ArrayRef<BugReporterVisitor *> visitors) {
873 for (ArrayRef<BugReporterVisitor *>::iterator I = visitors.begin(),
1399 ArrayRef<BugReporterVisitor *> visitors) {
1576 for (ArrayRef<BugReporterVisitor *>::iterator I = visitors.begin(),
1643 ArrayRef<BugReporterVisitor *> visitors) {
1870 for (ArrayRef<BugReporterVisitor *>
[all...]

Completed in 139 milliseconds