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 virtual BugReporterVisitor *clone() const {
108 static BugReporterVisitor *createVisitorObject(const ExplodedNode *N,
BugReporter.h 19 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h"
64 typedef SmallVector<BugReporterVisitor *, 8> VisitorList;
110 llvm::FoldingSet<BugReporterVisitor> CallbacksSet;
301 void addVisitor(BugReporterVisitor *visitor);
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 47 BugReporterVisitor::~BugReporterVisitor() {}
512 ArrayRef<BugReporterVisitor *> visitors) {
521 for (ArrayRef<BugReporterVisitor *>::iterator I = visitors.begin(),
569 ArrayRef<BugReporterVisitor *> visitors) {
879 for (ArrayRef<BugReporterVisitor *>::iterator I = visitors.begin(),
    [all...]
BugReporterVisitors.cpp 14 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h"
97 BugReporterVisitor::getEndPath(BugReporterContext &BRC,
104 BugReporterVisitor::getDefaultEndPath(BugReporterContext &BRC,
905 BugReporterVisitor *ConstraintTracker =
911 BugReporterVisitor *IDCSuppressor =
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]

Completed in 206 milliseconds