clang API Documentation

Public Types | Public Member Functions | Public Attributes
clang::ento::PathDiagnosticConsumer::PDFileEntry Class Reference

#include <PathDiagnostic.h>

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

List of all members.

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.

Public Attributes

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

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

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: