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"
61 PathDiagnostic::~PathDiagnostic() {}
63 PathDiagnostic::PathDiagnostic(const Decl *declWithIssue,
76 for (llvm::FoldingSet<PathDiagnostic>::iterator it =
82 void PathDiagnosticConsumer::HandlePathDiagnostic(PathDiagnostic *D) {
83 llvm::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;
61 virtual void FlushDiagnosticsImpl(std::vector<const PathDiagnostic *> &Diags,
67 void HandlePathDiagnostic(PathDiagnostic *D);
81 llvm::FoldingSet<PathDiagnostic> Diags;
606 /// PathDiagnostic - PathDiagnostic objects represent a single path-sensitive
609 class PathDiagnostic : public llvm::FoldingSetNode {
618 PathDiagnostic(); // Do not implement
    [all...]

Completed in 25 milliseconds