Searched defs:PDFileEntry (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h57 class PDFileEntry : public llvm::FoldingSetNode { class in class:clang::ento::PathDiagnosticConsumer
59 PDFileEntry(llvm::FoldingSetNodeID &NodeID) : NodeID(NodeID) {} function in class:clang::ento::PathDiagnosticConsumer::PDFileEntry
66 /// \brief A precomputed hash tag used for uniquing PDFileEntry objects.
73 struct FilesMade : public llvm::FoldingSet<PDFileEntry> {
82 PDFileEntry::ConsumerFiles *getFiles(const PathDiagnostic &PD);

Completed in 250 milliseconds