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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp422 for (PDFileEntry &Entry : Set)
423 Entry.~PDFileEntry();
432 PDFileEntry *Entry = Set.FindNodeOrInsertPos(NodeID, InsertPos);
434 Entry = Alloc.Allocate<PDFileEntry>();
435 Entry = new (Entry) PDFileEntry(NodeID);
448 PathDiagnosticConsumer::PDFileEntry::ConsumerFiles *
453 PDFileEntry *Entry = Set.FindNodeOrInsertPos(NodeID, InsertPos);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h63 class PDFileEntry : public llvm::FoldingSetNode { class in class:clang::ento::PathDiagnosticConsumer
65 PDFileEntry(llvm::FoldingSetNodeID &NodeID) : NodeID(NodeID) {} function in class:clang::ento::PathDiagnosticConsumer::PDFileEntry
72 /// A precomputed hash tag used for uniquing PDFileEntry objects.
81 llvm::FoldingSet<PDFileEntry> Set;
92 PDFileEntry::ConsumerFiles *getFiles(const PathDiagnostic &PD);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp776 PDFileEntry::ConsumerFiles *files = filesMade->getFiles(*D);
778 for (PDFileEntry::ConsumerFiles::const_iterator CI = files->begin(),

Completed in 150 milliseconds