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"
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...]
  /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...]

Completed in 29 milliseconds