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 {
109 static BugReporterVisitor *createVisitorObject(const ExplodedNode *N,
229 BugReporterVisitor *getTrackNullOrUndefValueVisitor(const ExplodedNode *N,
BugReporter.h 19 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h"
63 typedef SmallVector<BugReporterVisitor *, 8> VisitorList;
99 llvm::FoldingSet<BugReporterVisitor> CallbacksSet;
210 void addVisitor(BugReporterVisitor *visitor);
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 38 BugReporterVisitor::~BugReporterVisitor() {}
414 ArrayRef<BugReporterVisitor *> visitors) {
716 for (ArrayRef<BugReporterVisitor *>::iterator I = visitors.begin(),
    [all...]
BugReporterVisitors.cpp 14 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h"
78 BugReporterVisitor::getEndPath(BugReporterContext &BRC,
85 BugReporterVisitor::getDefaultEndPath(BugReporterContext &BRC,
288 BugReporterVisitor *
353 BugReporterVisitor *
390 // Register a BugReporterVisitor to issue a message telling us how
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]

Completed in 128 milliseconds