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

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 1 //===--- BugReporterVisitor.h - Generate PathDiagnostics -------*- C++ -*-===//
38 class BugReporterVisitor : public llvm::FoldingSetNode {
40 BugReporterVisitor() = default;
41 BugReporterVisitor(const BugReporterVisitor &) = default;
42 BugReporterVisitor(BugReporterVisitor &&) {}
43 virtual ~BugReporterVisitor();
54 virtual std::unique_ptr<BugReporterVisitor> clone() const = 0;
85 /// BugReporterVisitor, subclass BugReporterVisitorImpl and provide a publi
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 49 BugReporterVisitor::~BugReporterVisitor() {}
504 ArrayRef<std::unique_ptr<BugReporterVisitor>> visitors) {
559 ArrayRef<std::unique_ptr<BugReporterVisitor>> visitors) {
    [all...]

Completed in 49 milliseconds