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

/external/clang/include/clang/Basic/
H A DSourceManager.h85 class ContentCache { class in namespace:clang::SrcMgr
95 // 8 bytes for every ContentCache object, but each of these corresponds to
105 /// This is owned by the ContentCache object. The bits indicate
110 /// \brief Reference to the file entry representing this ContentCache.
114 /// It is possible for this to be NULL if the ContentCache encapsulates
130 /// \brief The number of lines in this ContentCache.
146 ContentCache(const FileEntry *Ent = nullptr) function in class:clang::SrcMgr::ContentCache
153 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt) function in class:clang::SrcMgr::ContentCache
158 ~ContentCache();
163 ContentCache(cons function in class:clang::SrcMgr::ContentCache
[all...]
/external/clang/lib/Basic/
H A DSourceManager.cpp38 ContentCache::~ContentCache() {
44 /// ContentCache. This can be 0 if the MemBuffer was not actually expanded.
45 unsigned ContentCache::getSizeBytesMapped() const {
51 llvm::MemoryBuffer::BufferKind ContentCache::getMemoryBufferKind() const {
62 /// getSize - Returns the size of the content encapsulated by this ContentCache.
64 /// scratch buffer. If the ContentCache encapsulates a source file, that
66 unsigned ContentCache::getSize() const {
71 void ContentCache::replaceBuffer(llvm::MemoryBuffer *B, bool DoNotFree) {
84 llvm::MemoryBuffer *ContentCache
[all...]
/external/clang/lib/Rewrite/Core/
H A DRewriter.cpp253 const SrcMgr::ContentCache *
386 const SrcMgr::ContentCache *
/external/clang/lib/Frontend/
H A DCacheTokens.cpp497 const SrcMgr::ContentCache &C = *I->second;
/external/clang/lib/Serialization/
H A DASTReader.cpp1214 const SrcMgr::ContentCache *ContentCache local
1217 if (OverriddenBuffer && !ContentCache->BufferOverridden &&
1218 ContentCache->ContentsEntry == ContentCache->OrigEntry) {
H A DASTWriter.cpp1313 // Get all ContentCache objects for files, sorted by whether the file is a
1324 const SrcMgr::ContentCache *Cache = SLoc->getFile().getContentCache();
1689 const SrcMgr::ContentCache *Cache = SLoc->getFile().getContentCache();
1707 const SrcMgr::ContentCache *Content = File.getContentCache();
/external/clang/lib/AST/
H A DASTImporter.cpp4909 const SrcMgr::ContentCache *Cache = FromSLoc.getFile().getContentCache();

Completed in 496 milliseconds