Searched refs:CachedFileContents (Results 1 – 2 of 2) sorted by relevance
32 struct CachedFileContents { struct33 CachedFileContents(std::unique_ptr<llvm::MemoryBuffer> Contents) in CachedFileContents() argument46 ~CachedFileContents() { delete DepDirectives.load(); } in ~CachedFileContents() argument72 CachedFileContents *Contents) in CachedFileSystemEntry()122 CachedFileContents *getCachedContents() const { in getCachedContents()143 CachedFileContents *Contents;174 llvm::SpecificBumpPtrAllocator<CachedFileContents> ContentsStorage;
50 CachedFileContents *Contents = Entry.getCachedContents(); in ensureDirectiveTokensArePopulated()196 CachedFileContents *StoredContents = nullptr; in getOrEmplaceEntryForUID()199 CachedFileContents(std::move(Contents)); in getOrEmplaceEntryForUID()