Searched refs:BugReporterVisitor (Results 1 - 5 of 5) 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 {
H A DBugReporter.h20 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h"
66 typedef SmallVector<BugReporterVisitor *, 8> VisitorList;
112 llvm::FoldingSet<BugReporterVisitor> CallbacksSet;
302 void addVisitor(BugReporterVisitor *visitor);
/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...]
H A DBugReporterVisitors.cpp14 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h"
104 BugReporterVisitor::getEndPath(BugReporterContext &BRC,
111 BugReporterVisitor::getDefaultEndPath(BugReporterContext &BRC,
997 BugReporterVisitor *ConstraintTracker =
1007 BugReporterVisitor *IDCSuppressor =
1100 // Register a BugReporterVisitor to issue a message telling us how
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1734 BugReporterVisitor *clone() const override {
2226 return BugReporterVisitor::getDefaultEndPath(BRC, EndN, BR);

Completed in 2500 milliseconds