clang  3.9.0
Public Types | Public Member Functions | Public Attributes | List of all members
clang::ento::PathDiagnosticConsumer::PDFileEntry Class Reference

#include <PathDiagnostic.h>

Inheritance diagram for clang::ento::PathDiagnosticConsumer::PDFileEntry:
[legend]
Collaboration diagram for clang::ento::PathDiagnosticConsumer::PDFileEntry:
[legend]

Public Types

typedef std::vector< std::pair
< StringRef, StringRef > > 
ConsumerFiles
 

Public Member Functions

 PDFileEntry (llvm::FoldingSetNodeID &NodeID)
 
void Profile (llvm::FoldingSetNodeID &ID)
 Used for profiling in the FoldingSet. More...
 

Public Attributes

ConsumerFiles files
 A vector of <consumer,file> pairs. More...
 
const llvm::FoldingSetNodeID NodeID
 A precomputed hash tag used for uniquing PDFileEntry objects. More...
 

Detailed Description

Definition at line 57 of file PathDiagnostic.h.

Member Typedef Documentation

typedef std::vector<std::pair<StringRef, StringRef> > clang::ento::PathDiagnosticConsumer::PDFileEntry::ConsumerFiles

Definition at line 61 of file PathDiagnostic.h.

Constructor & Destructor Documentation

clang::ento::PathDiagnosticConsumer::PDFileEntry::PDFileEntry ( llvm::FoldingSetNodeID &  NodeID)
inline

Definition at line 59 of file PathDiagnostic.h.

Member Function Documentation

void clang::ento::PathDiagnosticConsumer::PDFileEntry::Profile ( llvm::FoldingSetNodeID &  ID)
inline

Used for profiling in the FoldingSet.

Definition at line 70 of file PathDiagnostic.h.

References NodeID.

Member Data Documentation

ConsumerFiles clang::ento::PathDiagnosticConsumer::PDFileEntry::files
const llvm::FoldingSetNodeID clang::ento::PathDiagnosticConsumer::PDFileEntry::NodeID

A precomputed hash tag used for uniquing PDFileEntry objects.

Definition at line 67 of file PathDiagnostic.h.

Referenced by Profile().


The documentation for this class was generated from the following file: