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

/external/clang/lib/Basic/
H A DSourceManager.cpp39 ContentCache::~ContentCache() {
45 /// ContentCache. This can be 0 if the MemBuffer was not actually expanded.
46 unsigned ContentCache::getSizeBytesMapped() const {
52 llvm::MemoryBuffer::BufferKind ContentCache::getMemoryBufferKind() const {
63 /// getSize - Returns the size of the content encapsulated by this ContentCache.
65 /// scratch buffer. If the ContentCache encapsulates a source file, that
67 unsigned ContentCache::getSize() const {
72 void ContentCache::replaceBuffer(const llvm::MemoryBuffer *B,
82 const llvm::MemoryBuffer *ContentCache
[all...]
/external/clang/include/clang/Basic/
H A DSourceManager.h71 /// ContentCache - One instance of this struct is kept for every file
73 class ContentCache { class in namespace:clang::SrcMgr
82 /// file. This is owned by the ContentCache object.
87 /// Reference to the file entry representing this ContentCache.
90 /// the ContentCache encapsulates an imaginary text buffer.
103 /// NumLines - The number of lines in this ContentCache. This is only valid
122 /// ContentCache. This can be the size of the source file or the size of an
123 /// arbitrary scratch buffer. If the ContentCache encapsulates a source
128 /// this ContentCache. This can be 0 if the MemBuffer was not actually
162 ContentCache(cons function in class:clang::SrcMgr::ContentCache
166 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt) function in class:clang::SrcMgr::ContentCache
175 ContentCache(const ContentCache &RHS) function in class:clang::SrcMgr::ContentCache
[all...]
/external/clang/lib/Rewrite/
H A DRewriter.cpp243 const SrcMgr::ContentCache *
373 const SrcMgr::ContentCache *
/external/clang/lib/Frontend/
H A DCacheTokens.cpp474 const SrcMgr::ContentCache &C = *I->second;
/external/clang/lib/AST/
H A DASTImporter.cpp4343 const SrcMgr::ContentCache *Cache = FromSLoc.getFile().getContentCache();
/external/clang/lib/Serialization/
H A DASTWriter.cpp1435 const SrcMgr::ContentCache *Content = File.getContentCache();

Completed in 137 milliseconds