Searched refs:CachedFileContents (Results 1 – 2 of 2) sorted by relevance
31 struct CachedFileContents { struct32 CachedFileContents(std::unique_ptr<llvm::MemoryBuffer> Contents) in CachedFileContents() argument45 ~CachedFileContents() { delete DepDirectives.load(); } in ~CachedFileContents() argument71 CachedFileContents *Contents) in CachedFileSystemEntry()121 CachedFileContents *getCachedContents() const { in getCachedContents()142 CachedFileContents *Contents;169 llvm::SpecificBumpPtrAllocator<CachedFileContents> ContentsStorage;
50 CachedFileContents *Contents = Entry.getCachedContents(); in scanForDirectivesIfNecessary()144 CachedFileContents *StoredContents = nullptr; in getOrEmplaceEntryForUID()147 CachedFileContents(std::move(Contents)); in getOrEmplaceEntryForUID()