HomeSort by: relevance | last modified time | path
    Searched refs:ContentCache (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp 54 /// ContentCache. This can be 0 if the MemBuffer was not actually expanded.
55 unsigned ContentCache::getSizeBytesMapped() const {
61 llvm::MemoryBuffer::BufferKind ContentCache::getMemoryBufferKind() const {
71 /// getSize - Returns the size of the content encapsulated by this ContentCache.
73 /// scratch buffer. If the ContentCache encapsulates a source file, that
75 unsigned ContentCache::getSize() const {
80 const char *ContentCache::getInvalidBOM(StringRef BufStr) {
104 ContentCache::getBufferOrNone(DiagnosticsEngine &Diag, FileManager &FM,
323 MemBufferInfos[i]->~ContentCache();
327 for (llvm::DenseMap<const FileEntry*, SrcMgr::ContentCache*>::iterato
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 128 class alignas(8) ContentCache {
134 /// Reference to the file entry representing this ContentCache.
138 /// It is possible for this to be NULL if the ContentCache encapsulates
179 ContentCache(const FileEntry *Ent = nullptr) : ContentCache(Ent, Ent) {}
181 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt)
188 ContentCache(const ContentCache &RHS)
195 "Passed ContentCache object cannot own a buffer.");
198 ContentCache &operator=(const ContentCache &RHS) = delete
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Rewrite/
Rewriter.cpp 266 const SrcMgr::ContentCache *Content =
370 const SrcMgr::ContentCache *Content =
  /src/external/apache2/llvm/dist/clang/tools/clang-format/
ClangFormat.cpp 377 const char *InvalidBOM = SrcMgr::ContentCache::getInvalidBOM(BufStr);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 1445 // Get all ContentCache objects for files, sorted by whether the file is a
1457 const SrcMgr::ContentCache *Cache = &File.getContentCache();
1960 const SrcMgr::ContentCache *Cache = &SLoc->getFile().getContentCache();
1978 const SrcMgr::ContentCache *Content = &File.getContentCache();
ASTReader.cpp 1548 const SrcMgr::ContentCache &ContentCache =
1550 if (OverriddenBuffer && !ContentCache.BufferOverridden &&
1551 ContentCache.ContentsEntry == ContentCache.OrigEntry &&
1552 !ContentCache.getBufferIfLoaded()) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 8866 const SrcMgr::ContentCache *Cache = &FromSLoc.getFile().getContentCache();

Completed in 34 milliseconds