HomeSort by relevance Sort by last modified time
    Searched defs:ContentCache (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Basic/
SourceManager.h 85 class LLVM_ALIGNAS(8) ContentCache {
96 /// This is owned by the ContentCache object. The bits indicate
101 /// \brief Reference to the file entry representing this ContentCache.
105 /// It is possible for this to be NULL if the ContentCache encapsulates
121 /// \brief The number of lines in this ContentCache.
142 ContentCache(const FileEntry *Ent = nullptr) : ContentCache(Ent, Ent) {}
144 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt)
149 ~ContentCache();
154 ContentCache(const ContentCache &RHS
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 38 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::getBuffer(DiagnosticsEngine &Diag
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 116 milliseconds