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"
106 PathDiagnostic::~PathDiagnostic() {}
108 PathDiagnostic::PathDiagnostic(const Decl *declWithIssue,
126 for (llvm::FoldingSet<PathDiagnostic>::iterator it =
132 void PathDiagnosticConsumer::HandlePathDiagnostic(PathDiagnostic *D) {
133 OwningPtr<PathDiagnostic> OwningD(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.
51 class PathDiagnostic;
74 void addDiagnostic(const PathDiagnostic &PD,
78 PDFileEntry::ConsumerFiles *getFiles(const PathDiagnostic &PD);
89 virtual void FlushDiagnosticsImpl(std::vector<const PathDiagnostic *> &Diags,
94 void HandlePathDiagnostic(PathDiagnostic *D);
107 llvm::FoldingSet<PathDiagnostic> Diags;
661 /// PathDiagnostic - PathDiagnostic objects represent a single path-sensitiv
    [all...]

Completed in 37 milliseconds