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++ -*-===//
38 class BugReporterVisitor : public llvm::FoldingSetNode {
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 {
BugReporter.h 20 #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/
BugReporter.cpp 49 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(),
    [all...]
BugReporterVisitors.cpp 14 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h"
104 BugReporterVisitor::getEndPath(BugReporterContext &BRC,
111 BugReporterVisitor::getDefaultEndPath(BugReporterContext &BRC,
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]

Completed in 127 milliseconds