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

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

Completed in 26 milliseconds