Searched defs:PathDiagnostic (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp1 //===--- PathDiagnostic.cpp - Path-Specific Diagnostic Handling -*- C++ -*-===//
10 // This file defines the PathDiagnostic-related interfaces.
14 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
108 PathDiagnostic::~PathDiagnostic() {}
110 PathDiagnostic::PathDiagnostic(StringRef CheckName, const Decl *declWithIssue, function in class:PathDiagnostic
156 void PathDiagnostic::resetDiagnosticLocationToMainFile() {
194 for (llvm::FoldingSet<PathDiagnostic>::iterator it =
200 void PathDiagnosticConsumer::HandlePathDiagnostic(PathDiagnostic *
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h1 //===--- PathDiagnostic.h - Path-Specific Diagnostic Handling ---*- C++ -*-===//
10 // This file defines the PathDiagnostic-related interfaces.
53 class PathDiagnostic;
78 void addDiagnostic(const PathDiagnostic &PD,
82 PDFileEntry::ConsumerFiles *getFiles(const PathDiagnostic &PD);
93 virtual void FlushDiagnosticsImpl(std::vector<const PathDiagnostic *> &Diags,
98 void HandlePathDiagnostic(PathDiagnostic *D);
110 llvm::FoldingSet<PathDiagnostic> Diags;
710 /// PathDiagnostic - PathDiagnostic object
713 class PathDiagnostic : public llvm::FoldingSetNode { class in namespace:clang::ento
[all...]

Completed in 3005 milliseconds