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