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

  /external/clang/lib/StaticAnalyzer/Core/
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"
108 PathDiagnostic::~PathDiagnostic() {}
110 PathDiagnostic::PathDiagnostic(StringRef CheckName, const Decl *declWithIssue,
156 void PathDiagnostic::resetDiagnosticLocationToMainFile() {
194 for (llvm::FoldingSet<PathDiagnostic>::iterator it =
200 void PathDiagnosticConsumer::HandlePathDiagnostic(PathDiagnostic *D)
    [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.
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 objects represent a single path-sensitiv
    [all...]

Completed in 226 milliseconds