Home
last modified time | relevance | path

Searched refs:PDFileEntry (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h94 class PDFileEntry : public llvm::FoldingSetNode {
96 PDFileEntry(llvm::FoldingSetNodeID &NodeID) : NodeID(NodeID) {} in PDFileEntry() function
112 llvm::FoldingSet<PDFileEntry> Set;
123 PDFileEntry::ConsumerFiles *getFiles(const PathDiagnostic &PD);
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp436 (It++)->~PDFileEntry(); in ~FilesMade()
445 PDFileEntry *Entry = Set.FindNodeOrInsertPos(NodeID, InsertPos); in addDiagnostic()
447 Entry = Alloc.Allocate<PDFileEntry>(); in addDiagnostic()
448 Entry = new (Entry) PDFileEntry(NodeID); in addDiagnostic()
461 PathDiagnosticConsumer::PDFileEntry::ConsumerFiles *
466 PDFileEntry *Entry = Set.FindNodeOrInsertPos(NodeID, InsertPos); in getFiles()