HomeSort by relevance Sort by last modified time
    Searched refs:PathDiagnosticConsumer (Results 1 - 11 of 11) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/
PathDiagnosticConsumers.h 27 class PathDiagnosticConsumer;
28 typedef std::vector<PathDiagnosticConsumer*> PathDiagnosticConsumers;
  /external/clang/include/clang/StaticAnalyzer/Frontend/
AnalysisConsumer.h 34 virtual void AddDiagnosticConsumer(PathDiagnosticConsumer *Consumer) = 0;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 95 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() override {
  /external/clang/lib/StaticAnalyzer/Core/
AnalysisManager.cpp 49 PathDiagnosticConsumer::FilesMade filesMade;
PathDiagnostic.cpp 190 void PathDiagnosticConsumer::anchor() { }
192 PathDiagnosticConsumer::~PathDiagnosticConsumer() {
200 void PathDiagnosticConsumer::HandlePathDiagnostic(PathDiagnostic *D) {
211 // If the PathDiagnosticConsumer does not support diagnostics that
420 void PathDiagnosticConsumer::FlushDiagnostics(
421 PathDiagnosticConsumer::FilesMade *Files) {
455 PathDiagnosticConsumer::FilesMade::~FilesMade() {
460 void PathDiagnosticConsumer::FilesMade::addDiagnostic(const PathDiagnostic &PD,
482 PathDiagnosticConsumer::PDFileEntry::ConsumerFiles
    [all...]
BugReporter.cpp 322 PathDiagnosticConsumer *PDC;
329 PathDiagnosticConsumer *pdc)
353 PathDiagnosticConsumer::PathGenerationScheme getGenerationScheme() const {
354 return PDC ? PDC->getGenerationScheme() : PathDiagnosticConsumer::Extensive;
    [all...]
PlistDiagnostics.cpp 30 class PlistDiagnostics : public PathDiagnosticConsumer {
HTMLDiagnostics.cpp 40 class HTMLDiagnostics : public PathDiagnosticConsumer {
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 376 virtual ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() = 0;
401 /// and PathDiagnosticConsumer.
403 PathDiagnosticConsumer &PD,
429 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() {
450 PathDiagnosticConsumer &PC,
514 bool generatePathDiagnostic(PathDiagnostic &PD, PathDiagnosticConsumer &PC,
PathDiagnostic.h 55 class PathDiagnosticConsumer {
88 PathDiagnosticConsumer() : flushed(false) {}
89 virtual ~PathDiagnosticConsumer();
104 /// Return true if the PathDiagnosticConsumer supports individual
380 /// be displayed by the PathDiagnosticConsumer.
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 86 class ClangDiagPathDiagConsumer : public PathDiagnosticConsumer {
204 // Create the PathDiagnosticConsumer.
376 AddDiagnosticConsumer(PathDiagnosticConsumer *Consumer) override {
545 // Explicitly destroy the PathDiagnosticConsumer. This will flush its output.
547 // side-effects in PathDiagnosticConsumer's destructor. This is required when

Completed in 77 milliseconds