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++ -*-===//
39 class BugReporterVisitor : public llvm::FoldingSetNode {
41 BugReporterVisitor() = default;
42 BugReporterVisitor(const BugReporterVisitor &) = default;
43 BugReporterVisitor(BugReporterVisitor &&) {}
44 virtual ~BugReporterVisitor();
55 virtual std::unique_ptr<BugReporterVisitor> clone() const = 0;
86 /// 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 70 milliseconds