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

  /external/clang/lib/StaticAnalyzer/Core/
TextPathDiagnostics.cpp 16 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
34 void FlushDiagnosticsImpl(std::vector<const PathDiagnostic *> &Diags,
57 std::vector<const PathDiagnostic *> &Diags,
59 for (std::vector<const PathDiagnostic *>::iterator it = Diags.begin(),
61 const PathDiagnostic *D = *it;
PathDiagnostic.cpp 1 //===--- PathDiagnostic.cpp - Path-Specific Diagnostic Handling -*- C++ -*-===//
10 // This file defines the PathDiagnostic-related interfaces.
14 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
107 PathDiagnostic::~PathDiagnostic() {}
109 PathDiagnostic::PathDiagnostic(const Decl *declWithIssue,
154 void PathDiagnostic::resetDiagnosticLocationToMainFile() {
192 for (llvm::FoldingSet<PathDiagnostic>::iterator it =
198 void PathDiagnosticConsumer::HandlePathDiagnostic(PathDiagnostic *D)
    [all...]
HTMLDiagnostics.cpp 23 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
47 virtual void FlushDiagnosticsImpl(std::vector<const PathDiagnostic *> &Diags,
65 void ReportDiag(const PathDiagnostic& D,
88 std::vector<const PathDiagnostic *> &Diags,
90 for (std::vector<const PathDiagnostic *>::iterator it = Diags.begin(),
96 void HTMLDiagnostics::ReportDiag(const PathDiagnostic& D,
190 for (PathDiagnostic::meta_iterator I=D.meta_begin(), E=D.meta_end();
Android.mk 38 PathDiagnostic.cpp \
PlistDiagnostics.cpp 19 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
44 void FlushDiagnosticsImpl(std::vector<const PathDiagnostic *> &Diags,
365 std::vector<const PathDiagnostic *> &Diags,
377 for (std::vector<const PathDiagnostic*>::iterator DI = Diags.begin(),
380 const PathDiagnostic *D = *DI;
451 for (std::vector<const PathDiagnostic*>::iterator DI=Diags.begin(),
457 const PathDiagnostic *D = *DI;
BugReporter.cpp 29 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
466 static bool GenerateVisitorsOnlyPathDiagnostic(PathDiagnostic &PD,
523 static bool GenerateMinimalPathDiagnostic(PathDiagnostic& PD,
851 // After constructing the full PathDiagnostic, do a pass over it to compact
858 // "Extensive" PathDiagnostic generation.
937 PathDiagnostic &PD
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 1 //===--- PathDiagnostic.h - Path-Specific Diagnostic Handling ---*- C++ -*-===//
10 // This file defines the PathDiagnostic-related interfaces.
52 class PathDiagnostic;
75 void addDiagnostic(const PathDiagnostic &PD,
79 PDFileEntry::ConsumerFiles *getFiles(const PathDiagnostic &PD);
90 virtual void FlushDiagnosticsImpl(std::vector<const PathDiagnostic *> &Diags,
95 void HandlePathDiagnostic(PathDiagnostic *D);
108 llvm::FoldingSet<PathDiagnostic> Diags;
706 /// PathDiagnostic - PathDiagnostic objects represent a single path-sensitiv
    [all...]
BugReporter.h 21 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
39 class PathDiagnostic;
191 /// when generating a PathDiagnostic from this BugReport.
194 /// Disable all path pruning when generating a PathDiagnostic.
449 virtual bool generatePathDiagnostic(PathDiagnostic& pathDiagnostic,
521 virtual bool generatePathDiagnostic(PathDiagnostic &PD,
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 32 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
87 void FlushDiagnosticsImpl(std::vector<const PathDiagnostic *> &Diags,
89 for (std::vector<const PathDiagnostic*>::iterator I = Diags.begin(),
91 const PathDiagnostic *PD = *I;

Completed in 391 milliseconds