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"
104 PathDiagnostic::~PathDiagnostic() {}
106 PathDiagnostic::PathDiagnostic(StringRef CheckName, const Decl *declWithIssue,
152 void PathDiagnostic::resetDiagnosticLocationToMainFile() {
190 for (llvm::FoldingSet<PathDiagnostic>::iterator it =
197 std::unique_ptr<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;
82 void addDiagnostic(const PathDiagnostic &PD,
86 PDFileEntry::ConsumerFiles *getFiles(const PathDiagnostic &PD);
97 virtual void FlushDiagnosticsImpl(std::vector<const PathDiagnostic *> &Diags,
102 void HandlePathDiagnostic(std::unique_ptr<PathDiagnostic> D);
114 llvm::FoldingSet<PathDiagnostic> Diags;
713 /// PathDiagnostic - PathDiagnostic objects represent a single path-sensitiv
    [all...]

Completed in 83 milliseconds