Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp437 for (PDFileEntry &Entry : Set) in ~FilesMade()
438 Entry.~PDFileEntry(); in ~FilesMade()
447 PDFileEntry *Entry = Set.FindNodeOrInsertPos(NodeID, InsertPos); in addDiagnostic()
449 Entry = Alloc.Allocate<PDFileEntry>(); in addDiagnostic()
450 Entry = new (Entry) PDFileEntry(NodeID); in addDiagnostic()
463 PathDiagnosticConsumer::PDFileEntry::ConsumerFiles *
468 PDFileEntry *Entry = Set.FindNodeOrInsertPos(NodeID, InsertPos); in getFiles()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h102 class PDFileEntry : public llvm::FoldingSetNode {
104 PDFileEntry(llvm::FoldingSetNodeID &NodeID) : NodeID(NodeID) {} in PDFileEntry() function
120 llvm::FoldingSet<PDFileEntry> Set;
131 PDFileEntry::ConsumerFiles *getFiles(const PathDiagnostic &PD);
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp778 PDFileEntry::ConsumerFiles *files = filesMade->getFiles(*D); in FlushDiagnosticsImpl()
780 for (PDFileEntry::ConsumerFiles::const_iterator CI = files->begin(), in FlushDiagnosticsImpl()