HomeSort by relevance Sort by last modified time
    Searched refs:BugReporterVisitor (Results 1 - 5 of 5) 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...]
BugReporter.h 20 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h"
66 typedef SmallVector<std::unique_ptr<BugReporterVisitor>, 8> VisitorList;
112 llvm::FoldingSet<BugReporterVisitor> CallbacksSet;
302 void addVisitor(std::unique_ptr<BugReporterVisitor> visitor);
  /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...]
BugReporterVisitors.cpp 14 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h"
105 BugReporterVisitor::getEndPath(BugReporterContext &BRC,
110 std::unique_ptr<PathDiagnosticPiece> BugReporterVisitor::getDefaultEndPath(
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]

Completed in 285 milliseconds