HomeSort by relevance Sort by last modified time
    Searched defs:BugReporter (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 1 //===--- BugReporter.h - Generate PathDiagnostics --------------*- C++ -*-===//
10 // This file defines BugReporter, a utility class for generating
19 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h"
20 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
41 class BugReporter;
66 friend class BugReporter;
173 friend class BugReporter;
214 // BugReporter and friends.
226 /// BugReporter is a utility class for generating PathDiagnostics for analysis.
229 class BugReporter {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 0 // BugReporter.cpp - Generate PathDiagnostics for Bugs ------------*- C++ -*--//
10 // This file defines BugReporter, a utility class for generating
15 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
16 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
25 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
370 BugReporter& BR;
380 BugReporter& br)
455 SymbolRef Sym, BugReporter& BR,
    [all...]

Completed in 1053 milliseconds