Searched refs:ContentCache (Results 1 – 7 of 7) sorted by relevance
85 class ContentCache {146 ContentCache(const FileEntry *Ent = nullptr)153 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt) in ContentCache() function158 ~ContentCache();163 ContentCache(const ContentCache &RHS) in ContentCache() function234 ContentCache &operator=(const ContentCache& RHS) LLVM_DELETED_FUNCTION;239 static_assert(llvm::AlignOf<ContentCache>::Alignment >= 8,273 static FileInfo get(SourceLocation IL, const ContentCache *Con, in get()288 const ContentCache* getContentCache() const { in getContentCache()289 return reinterpret_cast<const ContentCache*>(Data & ~uintptr_t(7)); in getContentCache()[all …]
38 ContentCache::~ContentCache() { in ~ContentCache()45 unsigned ContentCache::getSizeBytesMapped() const { in getSizeBytesMapped()51 llvm::MemoryBuffer::BufferKind ContentCache::getMemoryBufferKind() const { in getMemoryBufferKind()66 unsigned ContentCache::getSize() const { in getSize()71 void ContentCache::replaceBuffer(llvm::MemoryBuffer *B, bool DoNotFree) { in replaceBuffer()84 llvm::MemoryBuffer *ContentCache::getBuffer(DiagnosticsEngine &Diag, in getBuffer()390 MemBufferInfos[i]->~ContentCache(); in ~SourceManager()394 for (llvm::DenseMap<const FileEntry*, SrcMgr::ContentCache*>::iterator in ~SourceManager()397 I->second->~ContentCache(); in ~SourceManager()428 const ContentCache *[all …]
253 const SrcMgr::ContentCache * in InsertText()386 const SrcMgr::ContentCache * in IncreaseIndentation()
497 const SrcMgr::ContentCache &C = *I->second; in GeneratePTH()
1214 const SrcMgr::ContentCache *ContentCache in ReadSLocEntry() local1217 if (OverriddenBuffer && !ContentCache->BufferOverridden && in ReadSLocEntry()1218 ContentCache->ContentsEntry == ContentCache->OrigEntry) { in ReadSLocEntry()
1324 const SrcMgr::ContentCache *Cache = SLoc->getFile().getContentCache(); in WriteInputFiles()1689 const SrcMgr::ContentCache *Cache = SLoc->getFile().getContentCache(); in WriteSourceManagerBlock()1707 const SrcMgr::ContentCache *Content = File.getContentCache(); in WriteSourceManagerBlock()
4909 const SrcMgr::ContentCache *Cache = FromSLoc.getFile().getContentCache(); in Import()