Home
last modified time | relevance | path

Searched refs:ContentCache (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Basic/
DSourceManager.h57 class ContentCache {
146 ContentCache(const FileEntry *Ent = 0)
150 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt) in ContentCache() function
154 ~ContentCache();
159 ContentCache(const ContentCache &RHS) in ContentCache() function
173 ContentCache &operator=(const ContentCache& RHS);
196 static FileInfo get(SourceLocation IL, const ContentCache *Con, in get()
210 const ContentCache* getContentCache() const { in getContentCache()
211 return reinterpret_cast<const ContentCache*>(Data & ~7UL); in getContentCache()
442 llvm::DenseMap<const FileEntry*, SrcMgr::ContentCache*> FileInfos;
[all …]
/external/clang/lib/Basic/
DSourceManager.cpp37 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(const llvm::MemoryBuffer *B, in replaceBuffer()
81 const llvm::MemoryBuffer *ContentCache::getBuffer(Diagnostic &Diag, in getBuffer()
380 MemBufferInfos[i]->~ContentCache(); in ~SourceManager()
383 for (llvm::DenseMap<const FileEntry*, SrcMgr::ContentCache*>::iterator in ~SourceManager()
385 I->second->~ContentCache(); in ~SourceManager()
414 const ContentCache *
[all …]
/external/clang/lib/Rewrite/
DRewriter.cpp246 const SrcMgr::ContentCache * in InsertText()
378 const SrcMgr::ContentCache * in IncreaseIndentation()
/external/clang/lib/Frontend/
DCacheTokens.cpp474 const SrcMgr::ContentCache &C = *I->second; in GeneratePTH()
/external/clang/lib/Serialization/
DASTWriter.cpp1457 const SrcMgr::ContentCache *Content = File.getContentCache(); in WriteSourceManagerBlock()
/external/clang/lib/AST/
DASTImporter.cpp4278 const SrcMgr::ContentCache *Cache = FromSLoc.getFile().getContentCache(); in Import()